diff options
Diffstat (limited to 'org/css/shitty-theme.css')
-rw-r--r-- | org/css/shitty-theme.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index 8e3da1f..cd2e5f6 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -2,6 +2,10 @@ body { background-color: #dcd1ba; } +.shittyweb-header { + text-align: center; +} + #content { width: 65%; margin: auto; @@ -9,8 +13,8 @@ body { border: 1px solid black; } -.shittyweb-header { - text-align: center; +.outline-2 { + border: 1px dotted black; } .org-src-container { @@ -18,6 +22,6 @@ body { } #postamble { - text-align: center; + text-align: center; } |