Browse Source

Remove some desktop CSS

literally 'i think it's ugly'
main
discomrade 2 years ago
committed by -
parent
commit
47123a0f89
  1. 10
      stylesheets/dark.css
  2. 4
      stylesheets/jungle.css
  3. 4
      stylesheets/northboard_cb.css

10
stylesheets/dark.css

@ -166,16 +166,6 @@ table.modlog tr th {
color: #AAAAAA;
}
.desktop-style div.boardlist:not(.bottom) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
background-color: #666666;
}
.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
background-color: rgba(30%, 30%, 30%, 0.65);
}
div.report {
color: #666666;
}

4
stylesheets/jungle.css

@ -126,10 +126,6 @@ font-weight: 600;
header div.subtitle, h1 {
color: #054500;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55);

4
stylesheets/northboard_cb.css

@ -108,10 +108,6 @@ table.modlog tr th {
background: #44444f;
}
.desktop-style div.boardlist:nth-child(1) {
background-color: #bbb;
}
span.name {
color: #93e3ff !important;
}

Loading…
Cancel
Save