1
Fork 0

chore: update comment-votes color

This commit is contained in:
Bauke 2019-02-15 02:07:38 +01:00
parent a80e65e682
commit c78280d876
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 13 additions and 2 deletions

View File

@ -334,6 +334,10 @@ body:not(.theme) .comment-exemplary-reasons ul,body.theme-light .comment-exempla
margin-bottom: 0;
}
body:not(.theme) .comment-votes,body.theme-light .comment-votes,body.theme-dark .comment-votes,body.theme-black .comment-votes {
color: #f8f8f2;
}
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
border-color: #282a36;
}

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Tildes Dracula
@namespace tildes.net
@version 2.1.1
@version 2.1.2
@author Bauke
@description Dracula theme for Tildes.net
@homepageURL https://gitlab.com/Bauke/styles
@ -345,6 +345,10 @@ body:not(.theme) .comment-exemplary-reasons ul,body.theme-light .comment-exempla
margin-bottom: 0;
}
body:not(.theme) .comment-votes,body.theme-light .comment-votes,body.theme-dark .comment-votes,body.theme-black .comment-votes {
color: #f8f8f2;
}
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
border-color: #282a36;
}

View File

@ -59,6 +59,9 @@ body.theme-black
margin-left: 1.3rem
margin-bottom: 0
.comment-votes
color: $foreground
.comment[data-comment-depth='0']
border-color: $background

View File

@ -4,7 +4,7 @@
"options": {
"name": "Tildes Dracula",
"namespace": "tildes.net",
"version": "2.1.1",
"version": "2.1.2",
"author": "Bauke",
"description": "Dracula theme for Tildes.net",
"homepageURL": "https://gitlab.com/Bauke/styles",