diff options
Diffstat (limited to 'static/site-basic.css')
-rw-r--r-- | static/site-basic.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/static/site-basic.css b/static/site-basic.css deleted file mode 100644 index d26584ae..00000000 --- a/static/site-basic.css +++ /dev/null @@ -1,19 +0,0 @@ -/** - * For redirects and stuff like that. - * Small file, not so much helped 8y this comment. - */ - -html { - background-color: #222222; - color: white; -} - -body { - padding: 15px; -} - -main { - background-color: rgba(0, 0, 0, 0.6); - border: 1px dotted white; - padding: 20px; -} |