diff options
Diffstat (limited to 'org/css/shitty-theme.css')
-rw-r--r-- | org/css/shitty-theme.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css new file mode 100644 index 0000000..8e3da1f --- /dev/null +++ b/org/css/shitty-theme.css @@ -0,0 +1,23 @@ +body { + background-color: #dcd1ba; +} + +#content { + width: 65%; + margin: auto; + background-color: #bebebe; + border: 1px solid black; +} + +.shittyweb-header { + text-align: center; +} + +.org-src-container { + background-color: white; +} + +#postamble { + text-align: center; +} + |