more css changes

This commit is contained in:
Kathleen Fitzpatrick
2025-04-06 08:08:04 -04:00
parent 0dd3e25bc7
commit d787975cd8

View File

@@ -45,9 +45,9 @@ html * {
.reveal { .reveal {
font-family: "Atkinson Hyperlegible", sans-serif; font-family: "Atkinson Hyperlegible", sans-serif;
font-size: 40px; font-size: 36px;
font-weight: normal; font-weight: normal;
color: #657b83; } color: #000000; }
.reveal ::selection { .reveal ::selection {
color: #fff; color: #fff;
@@ -269,6 +269,10 @@ html * {
font-size: 2em; font-size: 2em;
line-height: 2.4em; line-height: 2.4em;
vertical-align: top; } vertical-align: top; }
.reveal highlight {
color: #d33682;
}
.reveal img { .reveal img {
margin: 20px 0; } margin: 20px 0; }