aboutsummaryrefslogtreecommitdiffstats
path: root/site/css
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:26:24 +0000
committerGitHub <[email protected]>2024-02-18 06:26:24 +0000
commit80eabade58e7d95c26b55b7b2dccc10092521f7d (patch)
tree156ea7ada305b2b755eca8791147b1ca45d9aa59 /site/css
parent8a33bd29d8f55a22cd4a744edb57a5a20451e328 (diff)
Delete site directory
Diffstat (limited to 'site/css')
-rw-r--r--site/css/default.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/site/css/default.css b/site/css/default.css
deleted file mode 100644
index e93f70f..0000000
--- a/site/css/default.css
+++ /dev/null
@@ -1,35 +0,0 @@
-html, body {
- font-size: 18px;
- font-family: iosevka;
- background: #000000;
- color: #00FF66;
- line-height: 1.25;
-}
-
-a {
- color: #ACFFBD;
- text-decoration: none;
- font-weight: bold;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-header {
- text-align: center;
-}
-
-footer {
- text-align: center;
-}
-
-#code {
- background: #1c1c1c;
- color: #FF8C00;
-}
-
-#block {
- margin: auto;
- max-width: 640px;
-}