diff options
-rwxr-xr-x | local.css | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -72,6 +72,38 @@ color: #FFF; color: #FFF; } +/* Headlines */ +h1 +{ + font-size: 22pt; +} + +h2 +{ + font-size: 20pt; +} + +h3 +{ + font-size: 18pt; +} + +h4 +{ + font-size: 16pt; +} + +h5 +{ + font-size: 14pt; +} + +h6 +{ + font-size: 12pt; + font-weight: 900; +} + /* Tables */ table { |