mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Welp, firefox did not like this color (too bright according to WCAG standards
This commit is contained in:
@@ -241,7 +241,7 @@ a:hover {
|
||||
--background: #ececec;
|
||||
--secondary-background: #f5f5f5;
|
||||
--background-darker: #dddddd;
|
||||
--accent: #0083c3;
|
||||
--accent: #005ec3;
|
||||
color-scheme: light;
|
||||
}
|
||||
body {
|
||||
@@ -252,7 +252,7 @@ a:hover {
|
||||
color: black;
|
||||
}
|
||||
a:hover {
|
||||
color: #0083c3;
|
||||
color: #005ec3;
|
||||
}
|
||||
.exploreIDontKnowWhatToNameThisDiv {
|
||||
background-color: var(--background);
|
||||
|
||||
Reference in New Issue
Block a user