6 lines
96 B
CSS
6 lines
96 B
CSS
.reveal .slides > section{
|
|
background: rgb(60, 60, 60);
|
|
background: rgba(60, 60, 60, 0.4);
|
|
}
|
|
|