mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 15:06:23 -07:00
24 lines
312 B
SCSS
24 lines
312 B
SCSS
|
#site-title {
|
||
|
font-family: sans-serif;
|
||
|
padding-top: 88px;
|
||
|
}
|
||
|
|
||
|
#site-slogan {
|
||
|
font-size:9pt;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.tab {
|
||
|
background-color: #dfdffe;
|
||
|
border: 1px solid #9295a4;
|
||
|
}
|
||
|
|
||
|
#current-tab {
|
||
|
margin-top: 16px;
|
||
|
border-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
#current-tab, div.section-title-block {
|
||
|
background-color: #bfc6e7;
|
||
|
}
|