mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Fri 4 Nov 17:03:55 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
6b9c9b28e1
commit
f3a99388ac
1 changed files with 9 additions and 14 deletions
|
@ -232,18 +232,20 @@ blockquote * {
|
|||
|
||||
@media (prefers-contrast: more) {
|
||||
:root {
|
||||
--clr-bg: black;
|
||||
--clr-fg: white;
|
||||
--clr-bg: #000000;
|
||||
--clr-fg: #ffffff;
|
||||
|
||||
--clr-blockquote-fg: whitesmoke;
|
||||
--clr-blockquote-bg: gray;
|
||||
--clr-blockquote-fg: #ededed;
|
||||
--clr-blockquote-bg: #868e91;
|
||||
|
||||
--clr-code-bg: #181818;
|
||||
--clr-code-fg: whitesmoke;
|
||||
--clr-code-bg: #090909;
|
||||
--clr-code-fg: #f0f0f0;
|
||||
|
||||
--clr-link: #a9c4d1;
|
||||
|
||||
--blockquote-width: 4px;
|
||||
|
||||
--scrollbar-height: 12px; /* TODO: Firefox */
|
||||
--scrollbar-height: initial; /* TODO: Firefox */
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
|
@ -257,13 +259,6 @@ blockquote * {
|
|||
-ms-overflow-style: initial !important;
|
||||
}
|
||||
|
||||
a,
|
||||
a:focus,
|
||||
a:hover {
|
||||
-webkit-text-decoration: underline dotted !important;
|
||||
text-decoration: underline dotted !important;
|
||||
}
|
||||
|
||||
*[data-pl] > a {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue