summaryrefslogtreecommitdiff
path: root/www/css/base.css
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-02-28 11:00:37 -0800
committerBlendoit <blendoit@gmail.com>2021-02-28 11:00:37 -0800
commita76fd342a26e28dee29d1de60e2ed693dfdef05d (patch)
tree9c03d1e490c86603c1216d765d628f60e6c9d822 /www/css/base.css
parentae318704c418f6b0f9b7e66471f48b0622aedee4 (diff)
Website does not belong here.
Diffstat (limited to 'www/css/base.css')
-rw-r--r--www/css/base.css45
1 files changed, 0 insertions, 45 deletions
diff --git a/www/css/base.css b/www/css/base.css
deleted file mode 100644
index 49111bc..0000000
--- a/www/css/base.css
+++ /dev/null
@@ -1,45 +0,0 @@
-:root {
- /* Colors */
- --primary: #333333;
- --text: #ffffff;
- --accent: #4682b4;
- --link: #87cefa;
- --no: #ff5c5c;
- /* Timings */
- --high-speed: 0.3s;
- --med-speed: 0.5s;
- --low-speed: 1.0s;
-}
-
-code {
- font-family: 'Hack', sans-serif;
-}
-
-body {
- font-family: 'Jost*', sans-serif;
- font-size: 12px;
- margin: 3em;
- background-color: var(--primary);
- color: var(--text);
-}
-
-.outline-2 {
- bottom: 0;
- left: 0;
- filter: blur(4px);
- transition: var(--high-speed);
- max-width: 60vw;
-}
-.outline-2:hover {
- filter: blur(0px);
- transition: var(--med-speed);
- font-size: 14px;
-}
-
-p {
- font-family: 'Public Sans', sans-serif;
-}
-
-a {
- color: var(--link);
-}
Copyright 2019--2024 Marius PETER