emacs.d/clones/ruslanspivak.com/static/custom.css

25 lines
314 B
CSS
Raw Normal View History

2022-10-07 19:32:11 +02:00
/* Text */
body {
font-size: 18px;
font-family: "Droid Sans",sans-serif;
}
/* Highlighted source code */
pre {
font-family: Consolas,monaco,monospace;
font-size: 80%;
}
blockquote {
font-size: 18px;
}
.navbar-brand {
font-size: 18px;
}
#disclaimer-text {
word-break: normal;
font-size: 15px;
}