styling changes and improve navy theme

merge-requests/208/head
fatchan 5 years ago
parent fcab493422
commit c291970f91
  1. 7
      gulp/res/css/style.css
  2. 6
      gulp/res/css/themes/navy.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;
}

@ -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;

Loading…
Cancel
Save