mirror of https://gitlab.com/brutaldon/brutaldon
Tweak brutstrap font size
This commit is contained in:
parent
9433381b0e
commit
3c9b0e13aa
|
@ -248,6 +248,13 @@ img.emoji
|
||||||
|
|
||||||
/* Remaining brutaldon-specific tweaks */
|
/* Remaining brutaldon-specific tweaks */
|
||||||
|
|
||||||
|
body
|
||||||
|
{
|
||||||
|
/* brutstrap's default font-size is fine for full-text web
|
||||||
|
pages, but too big for this purpose. */
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
input, textarea
|
input, textarea
|
||||||
{
|
{
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
Loading…
Reference in New Issue