fixes for dark theme

This commit is contained in:
teddit 2020-11-25 16:56:18 +01:00
parent b8a819cfa4
commit d9258762ab
1 changed files with 12 additions and 0 deletions

12
dist/css/styles.css vendored
View File

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