chore: update comment-votes color
This commit is contained in:
parent
a80e65e682
commit
c78280d876
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue