mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.26.2021 fba9fb9268a5f20242604197b5fed3ac7d7b67e8
Adjusted Link Colors

1 files modified
6 ■■■■■ changed files
assets/css/style.css 6 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -14,6 +14,7 @@
    --tag-color: #424242;
    --blockquote-text-color: #858585;
    --blockquote-border-color: #dfe2e5;
    --link-color: #0366d7;
    --thumbnail-height: 15em;
    scroll-padding-top: 100px;
}
@@ -32,6 +33,7 @@
    --tag-color: rgb(191, 191, 191);
    --blockquote-text-color: #808080;
    --blockquote-border-color: #424242;
    --link-color: #58a6fe;
}
html {
@@ -56,6 +58,7 @@
a {
    text-decoration: none;
    color: var(--link-color);
}
blockquote {
@@ -100,12 +103,11 @@
a:link,
a:visited {
    opacity: 1;
    color: var(--tag-color);
}
a:hover,
a:active {
    color: #2660ab;
    color: var(--link-color);
}
/*basic styles ends*/