From c291970f91340c52c47108007fbac6ada23d4b3b Mon Sep 17 00:00:00 2001 From: fatchan Date: Tue, 15 Oct 2019 03:28:20 +0000 Subject: [PATCH] styling changes and improve navy theme --- gulp/res/css/style.css | 7 ++++++- gulp/res/css/themes/navy.css | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index dc9cc008..bd6868b5 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -799,6 +799,10 @@ hr + .thread { border: 1px solid var(--box-border-color); } +table.boardtable th:nth-child(6) { + min-width: 130px; +} + @media only screen and (max-width: 700px) { table { width: 100%; @@ -809,7 +813,8 @@ hr + .thread { table.boardtable td:nth-child(3), table.boardtable th:nth-child(3), table.boardtable td:nth-child(4), table.boardtable th:nth-child(4), - table.boardtable td:nth-child(5), table.boardtable th:nth-child(5) { + table.boardtable td:nth-child(5), table.boardtable th:nth-child(5), + table.boardtable td:nth-child(6), table.boardtable th:nth-child(6) { display: none; } diff --git a/gulp/res/css/themes/navy.css b/gulp/res/css/themes/navy.css index 955b4131..9bc2c879 100644 --- a/gulp/res/css/themes/navy.css +++ b/gulp/res/css/themes/navy.css @@ -2,7 +2,7 @@ :root { --alt-label-color: #1a1e34; --alt-font-color: #bfbfbf; - --background-top: #1a1e34; + --background-top: #080c19; --background-rest: #080c19; --navbar-color: #1a1e34; --post-color: #1a1e34; @@ -11,7 +11,7 @@ --box-border-color: #2c3a4e; --darken: #ffffff08; --highlighted-post-color: #44283e; - --highlighted-post-outline-color: #2c3a4e; + --highlighted-post-outline-color: #664e5c; --board-title: #ff858a; --hr: #303030; --font-color: #bfbfbf; @@ -23,7 +23,7 @@ --link-hover: #f65252; --input-borders: #434343; --input-color: #bfbfbf; - --input-background: #000; + --input-background: #080c19; --dice-color: darkorange; --title-color: #d70000; --greentext-color: green;