fix theming
This commit is contained in:
parent
e4d4b9e911
commit
dc799bd9aa
1 changed files with 32 additions and 34 deletions
|
@ -111,7 +111,7 @@ article > *{
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
background-color: rgb(255, 255, 255,0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.listing-text h2{
|
.listing-text h2{
|
||||||
margin:0;
|
margin:0;
|
||||||
|
@ -662,7 +662,6 @@ svg{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (prefers-color-scheme:dark) {
|
|
||||||
body {
|
body {
|
||||||
--theme-color-primary: black;
|
--theme-color-primary: black;
|
||||||
--theme-color-secondary: white;
|
--theme-color-secondary: white;
|
||||||
|
@ -700,7 +699,6 @@ svg{
|
||||||
from{background-color: rgba(0, 0, 0, 0.25);}
|
from{background-color: rgba(0, 0, 0, 0.25);}
|
||||||
to{background-color: transparent;backdrop-filter: blur(0px);}
|
to{background-color: transparent;backdrop-filter: blur(0px);}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"])) {text-decoration: none !important;}
|
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"])) {text-decoration: none !important;}
|
||||||
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {content:"↗️";font-size:18px;margin:5px;text-decoration: none !important;}
|
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {content:"↗️";font-size:18px;margin:5px;text-decoration: none !important;}
|
||||||
|
|
Loading…
Reference in a new issue