Use some better colouring on links in notices
This commit is contained in:
parent
3cded195cd
commit
dc69281677
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue