update @ Fri 4 Nov 17:03:55 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-11-04 17:03:55 +02:00
parent 6b9c9b28e1
commit f3a99388ac
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -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;
}