1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 12:36:23 -07:00
gochan/frontend/sass/bunkerchan.scss

50 lines
No EOL
818 B
SCSS

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