mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 06:49:26 +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 {
|
||||
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 {
|
||||
color: var(--linkcolor);
|
||||
text-decoration: none;
|
||||
@ -901,6 +909,10 @@ input[type="submit"]:hover,
|
||||
float: left;
|
||||
width: 20%;
|
||||
}
|
||||
#user .info h1 {
|
||||
font-size: 1.1rem;
|
||||
word-break: break-all;
|
||||
}
|
||||
#user .entries .entry .meta {
|
||||
float: left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user