mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix link colour
This commit is contained in:
parent
3ecc572103
commit
73a5233f92
1 changed files with 10 additions and 0 deletions
|
@ -17,7 +17,17 @@ h1 {
|
|||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: vars.$day-link;
|
||||
}
|
||||
|
||||
body.nightMode {
|
||||
color: vars.$night-text-fg;
|
||||
background: vars.$night-window-bg;
|
||||
}
|
||||
|
||||
.nightMode {
|
||||
a {
|
||||
color: vars.$night-link;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue