Slides_GIT_Mariano/custom_css.css

28 lines
499 B
CSS

.reveal h1 {
color: #133481 !important;
}
.reveal h2 {
/* position: absolute !important; */
position: fixed !important;
top: 0 !important;
left: 0 !important;
/* margin-left: auto !important;
margin-right: auto !important; */
/* right: 0 !important;
align-items: left !important;
text-align: left !important; */
color: #133481 !important;
}
.reveal ul {
color: #ff7c00 !important;
}
.reveal ol {
color: #ff7c00 !important;
}