From ac1a7006df94c40fa49548e5f8a17e1b69e23501 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 07:05:48 +0200 Subject: [PATCH] smol css changes (dont review if u value ur sanity) --- files/assets/css/coffee.css | 4 ++-- files/assets/css/dark.css | 4 ++++ files/assets/css/main.css | 6 +++++- files/templates/util/assetcache.html | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index b85a7fa3c7..625728fc7f 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -67,7 +67,7 @@ blockquote { } .modal .comment-actions a { - color: var(--black); + color: var(--gray-200); } .navbar-light .navbar-nav .nav-link .fa, .navbar-light .navbar-nav .nav-link .fas, .navbar-light .navbar-nav .nav-link .far, .navbar-light .navbar-nav .nav-link .fab { @@ -83,7 +83,7 @@ blockquote { } .btn { - color: var(--primary) !important; + color: var(--primary); } .table { diff --git a/files/assets/css/dark.css b/files/assets/css/dark.css index aba4c267b9..ba3f0834f0 100644 --- a/files/assets/css/dark.css +++ b/files/assets/css/dark.css @@ -81,4 +81,8 @@ pre { .modal-content { background-color: var(--gray-900); +} + +.modal .comment-actions .list-group-item { + background-color: var(--light); } \ No newline at end of file diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 35e49dd8ee..76da005695 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3745,7 +3745,7 @@ small, .small { .modal .comment-actions .list-group-item { border: none; border-radius: 0.35rem; - background-color: var(--light); + background-color: var(--gray-400); } .modal .comment-actions .list-group-item:focus, .modal .comment-actions .list-group-item:hover { background-color: var(--gray-300) !important; @@ -6195,4 +6195,8 @@ g { background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet) !important; background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ) !important; text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black !important; +} + +.modal .comment-actions a { + font-weight: 600; } \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 9fde4bfb13..21c926f5bd 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,13 +1,13 @@ {%- set CACHE_VER = { - 'css/main.css': 441, + 'css/main.css': 442, 'css/catalog.css': 2, 'css/4chan.css': 61, 'css/classic.css': 66, 'css/classic_dark.css': 65, - 'css/coffee.css': 62, - 'css/dark.css': 64, + 'css/coffee.css': 63, + 'css/dark.css': 65, 'css/dramblr.css': 61, 'css/light.css': 61, 'css/midnight.css': 62,