1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-08 05:26:22 -07:00
gochan/frontend/sass/bunkerchan.scss
2025-01-19 23:49:01 -08:00

50 lines
No EOL
753 B
SCSS

@import 'bunkerchan/colors';
@import 'bunkerchan/front';
@import 'bunkerchan/img';
@import 'util';
body {
background: $bgcol;
color: $color;
font-family: $font-family;
font-size: 70%;
}
header {
color: #663E11;
}
hr {
color: #117743;
}
a, a:visited {
color: $topborder;
text-decoration: none;
}
div#staff, select.post-actions {
background: $topbarbg;
border: 1px solid $topborder;
}
div#topbar,
div#topbar a,
div#topbar a:visited,
div.dropdown-menu {
background: $topbarbg;
border-bottom: 1px solid $topborder;
}
div.dropdown-menu {
border-left: 1px solid $topborder;
border-right: 1px solid $topborder;
}
div.dropdown-menu a:hover, div.dropdown-menu a:active {
background: $bgcol;
}
table#pages, table#pages * {
border: none;
}