mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-05 11:06:23 -07:00
37 lines
No EOL
497 B
SCSS
37 lines
No EOL
497 B
SCSS
@import 'colors';
|
|
@import '../global/colors';
|
|
|
|
h1#board-title {
|
|
font-family: serif;
|
|
font-size: 24pt;
|
|
color: $headercol;
|
|
}
|
|
|
|
.postblock {
|
|
background:#9988EE;
|
|
}
|
|
|
|
div.file-info {
|
|
font-size:12px;
|
|
font-family:sans-serif;
|
|
}
|
|
|
|
span.postername {
|
|
font-size:12px;
|
|
font-family:serif;
|
|
color: $namecol;
|
|
font-weight:800;
|
|
}
|
|
|
|
div.reply,
|
|
select.post-actions,
|
|
div.postprev,
|
|
div.inlinepostprev {
|
|
background:#D6DAF0;
|
|
}
|
|
|
|
select.post-actions,
|
|
div.postprev,
|
|
div.inlinepostprev {
|
|
border: 1px solid $bordercol;
|
|
} |