19 lines
No EOL
441 B
CSS
19 lines
No EOL
441 B
CSS
/*
|
|
The CSS in this style tag is based off of Bear Blog's default CSS.
|
|
https://github.com/HermanMartinus/bearblog/blob/297026a877bc2ab2b3bdfbd6b9f7961c350917dd/templates/styles/blog/default.css
|
|
License MIT: https://github.com/HermanMartinus/bearblog/blob/master/LICENSE.md
|
|
*/
|
|
|
|
html {
|
|
background-color: #FFF8EA;
|
|
color: #815B5B;
|
|
}
|
|
|
|
html.dark {
|
|
background-color: #27374D;
|
|
color: #DDE6ED;
|
|
}
|
|
|
|
body {
|
|
font-family: Verdana, sans-serif;
|
|
} |