mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 09:09:27 +01:00
fixes for dark theme
This commit is contained in:
parent
b8a819cfa4
commit
d9258762ab
12
dist/css/styles.css
vendored
12
dist/css/styles.css
vendored
@ -223,6 +223,14 @@ body.dark .md .md-spoiler-text:not(.revealed):hover {
|
|||||||
body.dark .comment .body a {
|
body.dark .comment .body a {
|
||||||
color: #3d99fb;
|
color: #3d99fb;
|
||||||
}
|
}
|
||||||
|
body.dark header .tabmenu li.active a {
|
||||||
|
background: #acacac;
|
||||||
|
color: #151515;
|
||||||
|
}
|
||||||
|
body.dark #search form input[type="text"] {
|
||||||
|
background: #0f0f0f;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: var(--linkcolor);
|
color: var(--linkcolor);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -901,6 +909,10 @@ input[type="submit"]:hover,
|
|||||||
float: left;
|
float: left;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
#user .info h1 {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
#user .entries .entry .meta {
|
#user .entries .entry .meta {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user