summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-01-13 17:54:55 -0600
committersanine <sanine.not@pm.me>2022-01-13 17:54:55 -0600
commite5a6b6dc274887899cfabac78ee521f9c4345b9e (patch)
treeb6c086acd5d81211949c8c2f2aafb98937ea2fc5 /public/style.css
parent0ff62ea7886bdeff160682d3d5713c2c8a6dd4b1 (diff)
remove public directory
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/public/style.css b/public/style.css
deleted file mode 100644
index f43e73d..0000000
--- a/public/style.css
+++ /dev/null
@@ -1,44 +0,0 @@
-body {
- color: #eee;
- background: #1c1c1c;
- font-family: monospace;
- font-size: 16px;
-}
-
-#navigation {
- text-align: center;
-}
-
-.centered {
- text-align: center;
-}
-
-#content {
- width: 600px;
- max-width: 100%;
- margin: auto;
-}
-
-a {
- color: #ff3a21;
-}
-
-a:hover {
- color: #1c1c1c;
- background: #ff3a21;
- text-decoration: none;
-}
-
-ul {
- list-style: none;
-}
-
-li:before {
- content: '* ';
-}
-
-code {
- background: black;
- padding: 0 6px;
- border-radius: 4px;
-}