1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-05 11:06:23 -07:00
gochan/sass/photon.scss
Eggbertx 2a3822fa28 Remove unnecessary important tags from stylesheets
Also add option to only install CSS files
2021-12-29 11:31:27 -08:00

35 lines
No EOL
486 B
SCSS

@import 'photon/colors';
@import 'photon/img';
@import 'util';
body {
background: $bgcol;
font: 15px $font;
}
a {
text-decoration: none;
}
div#topbar, div.dropdown-menu {
background: #000;
opacity: 0.8;
padding: 2px;
}
div#topbar {
// @include box-shadow(0px 2px 2px 2px $shadowcol);
@include shadow-filter(0px 2px 2px $shadowcol);
}
div.dropdown-menu {
color: #FFF;
}
header, div#top-pane, a {
color: $linkcol;
}
span#site-title, div#board-title {
font-weight: 800;
}