mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 23:56:22 -07:00
41 lines
No EOL
578 B
SCSS
41 lines
No EOL
578 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#threadlinks-top {
|
|
background: $topbarbg;
|
|
border-bottom: 1px solid $topborder;
|
|
}
|
|
|
|
table#pages, table#pages * {
|
|
border: none;
|
|
} |