Skip to content

Commit 3341a48

Browse files
committed
[RZA-250159]: fix footer color on stories
1 parent c6dabb0 commit 3341a48

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/assets/styles/footer.css

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
:root {
2-
--hue: 230;
3-
--bg: hsl(var(--hue), 100%, 95%);
4-
--border: hsl(var(--hue), 100%, 60%);
5-
--text: hsl(var(--hue), 100%, 30%);
6-
--text-lightness: 40%;
7-
--hover-lightness: 20%;
8-
}
9-
101
:root {
112
--footer-bg: #1f2937;
123
--footer-text-main: #d1d5db;
@@ -213,16 +204,14 @@
213204
}
214205

215206
.footer__nav--links a {
216-
/*color: var(--footer-text-secondary);*/
217-
color: hsl(var(--hue), 100%, var(--text-lightness));
207+
color: var(--footer-text-secondary);
218208
text-decoration: none;
219209
font-size: 1.2rem;
220210
transition: color 0.2s;
221211
}
222212

223213
.footer__nav--links a:hover {
224-
/*color: var(--footer-text-hover);*/
225-
color: hsl(var(--hue), 100%, var(--hover-lightness));
214+
color: var(--footer-text-hover);
226215
text-decoration: underline;
227216
}
228217

0 commit comments

Comments
 (0)