mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-30 04:40:38 +00:00
Use some better colouring on links in notices
This commit is contained in:
parent
3cded195cd
commit
dc69281677
@ -47,10 +47,11 @@
|
||||
}
|
||||
|
||||
a {
|
||||
color: mix(#000, $notice-color, 10%);
|
||||
// guide specific linking
|
||||
color: mix(#fff, $notice-color, 30%);
|
||||
|
||||
&:hover {
|
||||
color: mix(#000, $notice-color, 50%);
|
||||
color: mix(#fff, $notice-color, 70%);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user