1
0
mirror of https://github.com/ISEAL-Community/iseal-core.git synced 2025-07-10 08:12:29 +02:00

source/scss: use secondary green for code

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

@ -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;