mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
fix visibility of links in darkmode
This commit is contained in:
parent
64b61370a3
commit
5b3ca839a3
1 changed files with 6 additions and 1 deletions
7
dist/style.css
vendored
7
dist/style.css
vendored
|
@ -1,4 +1,9 @@
|
|||
body {
|
||||
background: #222;
|
||||
background: #222428;
|
||||
color: #F2F2F2;
|
||||
}
|
||||
a {
|
||||
color: ##82a2f2;
|
||||
background-color: transparent;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue