mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-04 19:07:37 +00:00
@ -1789,6 +1789,10 @@ html.dark-mode img {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
html.dark-mode kbd {
|
||||
background: color-mod(var(--color-darkmode) l(+5%));
|
||||
}
|
||||
|
||||
html.dark-mode .post-card,
|
||||
html.dark-mode .post-card:hover {
|
||||
border-bottom-color: color-mod(var(--color-darkmode) l(+8%));
|
||||
@ -1940,6 +1944,10 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
html.auto-color kbd {
|
||||
background: color-mod(var(--color-darkmode) l(+5%));
|
||||
}
|
||||
|
||||
html.auto-color .post-card,
|
||||
html.auto-color .post-card:hover {
|
||||
border-bottom-color: color-mod(var(--color-darkmode) l(+8%));
|
||||
|
Reference in New Issue
Block a user