change: some more details

This commit is contained in:
webfussel 2024-08-14 09:55:44 +02:00
parent 3dc5399e77
commit 460881891f
2 changed files with 20 additions and 4 deletions

View file

@ -46,6 +46,7 @@
--color-black-transparent: #2a2723aa;
--color-orange: #ff9100;
--color-orange-light: #ffc36f;
--color-orange-black: #332b22;
}
@ -87,8 +88,16 @@ h3 {
a {
text-decoration: none;
color: var(--color-white);
transition: var(--transition-time);
color: var(--color-white);
}
a.orange {
color: var(--color-orange);
&:hover {
color: var(--color-orange-light);
}
}
ul {