From c78280d876ae2018d88ae798603fec8803b4e910 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 15 Feb 2019 02:07:38 +0100 Subject: [PATCH] chore: update comment-votes color --- css/tildes-dracula/tildes-dracula.css | 4 ++++ css/tildes-dracula/tildes-dracula.user.css | 6 +++++- sass/tildes-dracula/_comments.sass | 3 +++ sass/tildes-dracula/tildes-dracula.json | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index 280084b..7837158 100644 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -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; } diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index 2123bce..e89b61e 100755 --- a/css/tildes-dracula/tildes-dracula.user.css +++ b/css/tildes-dracula/tildes-dracula.user.css @@ -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; } diff --git a/sass/tildes-dracula/_comments.sass b/sass/tildes-dracula/_comments.sass index 09ad46d..c05829f 100644 --- a/sass/tildes-dracula/_comments.sass +++ b/sass/tildes-dracula/_comments.sass @@ -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 diff --git a/sass/tildes-dracula/tildes-dracula.json b/sass/tildes-dracula/tildes-dracula.json index c0c89ac..15f07a7 100644 --- a/sass/tildes-dracula/tildes-dracula.json +++ b/sass/tildes-dracula/tildes-dracula.json @@ -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",