1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-26 09:54:37 +02:00

Use some better colouring on links in notices

This commit is contained in:
lifehackerhansol
2022-01-11 15:57:07 -08:00
parent 3cded195cd
commit dc69281677

View File

@@ -47,10 +47,11 @@
} }
a { a {
color: mix(#000, $notice-color, 10%); // guide specific linking
color: mix(#fff, $notice-color, 30%);
&:hover { &:hover {
color: mix(#000, $notice-color, 50%); color: mix(#fff, $notice-color, 70%);
} }
} }