source/scss: use secondary green for code

Experimenting with secondary colors.
This commit is contained in:
Alan Orth 2021-12-01 14:20:17 +02:00
parent 3598509499
commit 320ade7069

View File

@ -58,6 +58,10 @@ h1, h2, h3 {
font-weight: 700; font-weight: 700;
} }
code {
color: $iseal-secondary-green;
}
.footer { .footer {
color: $white; color: $white;
background-color: $iseal-dark-blue; background-color: $iseal-dark-blue;