diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 60f80bcc2..9eaef1c72 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -121,8 +121,9 @@ a { color: black; } -#frontpage .col.h-100.custom-gutters .row .col { +#frontpage .col .h-100 .custom-gutters .row .col { background-image: var(--bg1) !important; + color: white !important; } #frontpage .dropdown .btn { diff --git a/files/assets/css/classic_dark.css b/files/assets/css/classic_dark.css index 15dca318a..759805577 100644 --- a/files/assets/css/classic_dark.css +++ b/files/assets/css/classic_dark.css @@ -1,4 +1,4 @@ -@import 'classic.css?v=55'; +@import 'classic.css?v=65'; /*navbar*/ .navbar-light, .navbar .container-fluid, #mobile-bottom-navigation-bar { diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0f754b11e..b37b230a7 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -1266,7 +1266,7 @@ nav color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.5); + color: var(--black1); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index bdfbcf8ce..f03988874 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -31,7 +31,7 @@ diff --git a/files/templates/header.html b/files/templates/header.html index 4f20c3754..4bfab9bea 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -106,29 +106,29 @@ {% if g.webview %} - + {% endif %} {% if v %} {% if v.notifications_count %} {{v.notifications_count}} {% else %} - + {% endif %} {% endif %} {% if not err %} {% if v and v.admin_level > 1 %} - + {% endif %} {% if v %} - + {% else %} - + {% endif %} - + {% if v and v.can_gamble and LOTTERY_ENABLED %} @@ -138,7 +138,7 @@ diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 372ddd9d7..f75cbcde7 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,11 +1,11 @@ {%- set CACHE_VER = { - 'css/main.css': 435, + 'css/main.css': 436, 'css/catalog.css': 2, 'css/4chan.css': 61, - 'css/classic.css': 62, - 'css/classic_dark.css': 62, + 'css/classic.css': 65, + 'css/classic_dark.css': 65, 'css/coffee.css': 61, 'css/dark.css': 61, 'css/dramblr.css': 61,