This commit is contained in:
Natalie Elphick 2024-05-18 08:18:12 -07:00
parent 094d41cd0d
commit fd2fc5b190
6 changed files with 1040 additions and 1502 deletions

View file

@ -129,4 +129,14 @@ small {
.big-picture img{
max-width: 70%;
border: 1px solid black !important;
}
}
/* Chage link color to sky blue */
.reveal a {
color: #0c74dc;
}
/* Change link color to magenta on hover */
.reveal a:hover {
color: #9c0366 !important;
}