Skip to content

Commit 2f0913d

Browse files
fix: lighten the default footer color
Signed-off-by: Bryan Behrenshausen <[email protected]>
1 parent dd755e1 commit 2f0913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/sassoftware.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ h6 { margin-bottom: 0.6rem; font-weight: bold; }
206206
color: var(--text-color-normal);
207207
}
208208
.footer {
209-
background-color: var(--darker-hue);
209+
background-color: var(--theme-hue);
210210
font-size: 1.3rem;
211211
text-align: center;
212212
color: white;

0 commit comments

Comments
 (0)