From ce03cadc985dac6f42f29171e2b8315444006915 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 4 Nov 2017 22:50:05 +0100 Subject: [PATCH] Minor changes --- styles/forum.scarlet | 15 ++++++--------- styles/include/config.scarlet | 5 +++++ styles/include/dark.scarlet | 13 +++++++++---- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/styles/forum.scarlet b/styles/forum.scarlet index ad97aec8..7dbf2d9c 100644 --- a/styles/forum.scarlet +++ b/styles/forum.scarlet @@ -98,17 +98,14 @@ post-content-padding-y = 0.75rem &:before content "+" -.post-permalink - color blue !important +// .post-permalink +// color post-permalink-color !important -.post-delete - color rgb(255, 32, 12) !important +// .post-like +// color post-like-color !important -.post-like - color green !important - -.post-unlike - color rgb(255, 32, 12) !important +// .post-unlike +// color post-unlike-color !important .post-save // diff --git a/styles/include/config.scarlet b/styles/include/config.scarlet index 2f678be5..186aac38 100644 --- a/styles/include/config.scarlet +++ b/styles/include/config.scarlet @@ -53,6 +53,11 @@ nav-link-hover-slide-color = main-color // nav-link-color = rgb(160, 160, 160) // nav-link-hover-color = rgb(80, 80, 80) +// Forum +post-like-color = green +post-unlike-color = rgb(255, 32, 12) +post-permalink-color = blue + // Tables table-width-normal = 900px diff --git a/styles/include/dark.scarlet b/styles/include/dark.scarlet index a960135d..e590a7cd 100644 --- a/styles/include/dark.scarlet +++ b/styles/include/dark.scarlet @@ -4,18 +4,18 @@ hue = 45 saturation = 100% -// Derived colors +// Main text-color = hsl(0, 0%, 90%) bg-color = hsl(0, 0%, 24%) link-color = hsl(hue, saturation, 66%) link-hover-color = hsl(hue, saturation, 76%) +link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 66%, 0.5) ui-background = hsla(0, 0%, 8%, 0.3) +// White/black theme-white = bg-color theme-black = text-color -link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 66%, 0.5) - main-color = link-color link-active-color = link-hover-color button-hover-color = link-hover-color @@ -25,4 +25,9 @@ tab-hover-background = hsla(0, 0%, 0%, 0.2) tab-active-color = hsl(0, 0%, 95%) tab-active-background = hsla(0, 0%, 2%, 0.5) loading-anim-color = link-color -anime-alternative-title-color = hsla(0, 0%, 100%, 0.5) \ No newline at end of file +anime-alternative-title-color = hsla(0, 0%, 100%, 0.5) + +// Forum +post-like-color = green +post-unlike-color = rgb(255, 32, 12) +post-permalink-color = blue \ No newline at end of file