style fixes

merge-requests/208/head
fatchan 4 years ago
parent f750d19edf
commit d53afb600a
  1. 3
      gulp/res/css/style.css
  2. 10
      gulp/res/css/themes/win95.css

@ -1080,7 +1080,8 @@ table, .boardtable {
content: "\2699"!important;
}
#settingsmodal {
width: 100%
width: 100%;
min-width: unset;
}
[title] {
position:relative

@ -7,8 +7,8 @@
--title-color: #d70000;
--greentext-color: green;
--pinktext-color: #E0727F;
--alt-label-color: transparent;
--alt-font-color: black;
--alt-label-color: darkblue;
--alt-font-color: white;
--background-top: #008080;
--background-rest: #008080;
--navbar-color: #c0c0c0;
@ -45,7 +45,7 @@ select,
textarea,
.postform-style,
.code {
border:2px inset black;
border:2px inset var(--post-color);
}
#postform {
padding: 2px
@ -69,7 +69,7 @@ color:black;
background: darkblue!important;
color: white!important;
}
.op, th, .board-banner {
.op, .board-banner {
background: var(--post-color)!important;
}
.navbar {
@ -99,7 +99,7 @@ table {
background: var(--post-color);
border-spacing:0
}
.post-info, #dragHandle, th, .alt {
.post-info, #dragHandle, th:not(.alt){
font-weight: bold;
color: #ddd;
background: #808080!important;

Loading…
Cancel
Save