aboutsummaryrefslogtreecommitdiffstats
path: root/site/css
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:36:15 +0000
committerGitHub <[email protected]>2024-02-18 06:36:15 +0000
commitac2d73a8675d1fffc547b32fc108035d86f60b5d (patch)
tree817f6e0f43a22813d4db664061fe042d55912421 /site/css
parent58212f9ad69609bde3a4871e227704f6de7e510b (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 35f89d1..0000000
--- a/site/css/default.css
+++ /dev/null
@@ -1,35 +0,0 @@
-html, body {
- font-size: 16px;
- font-family: hack;
- 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;
-}