aboutsummaryrefslogtreecommitdiff
path: root/content/style.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-13 20:25:04 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-13 20:25:04 +0100
commitc19adca147d38562b3f4a06cb2205e043bc24856 (patch)
tree808ceebd163294cc66ed8882885348b914ab1125 /content/style.css
parent77eef59404acaed6faa636239bd18010e34a91de (diff)
downloadmetamuffin-blog-c19adca147d38562b3f4a06cb2205e043bc24856.tar
metamuffin-blog-c19adca147d38562b3f4a06cb2205e043bc24856.tar.bz2
metamuffin-blog-c19adca147d38562b3f4a06cb2205e043bc24856.tar.zst
restructure for embedding into my website
Diffstat (limited to 'content/style.css')
-rw-r--r--content/style.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/content/style.css b/content/style.css
deleted file mode 100644
index 3e19951..0000000
--- a/content/style.css
+++ /dev/null
@@ -1,44 +0,0 @@
-@import url("https://s.metamuffin.org/static/font-ubuntu/include.css");
-
-:root {
- --bg2: #141414;
- --bg1: #060606;
-}
-
-body {
- margin: 3em;
- background-color: var(--bg1);
-}
-
-nav,article {
- margin: 1em;
- background-color: var(--bg2);
- padding: 1em;
- border: 0px solid transparent;
- border-radius: 1em;
-}
-
-h1 {font-size: xx-large }
-h2 {font-size: x-large }
-h3 {font-size: large }
-h4 {font-size: medium }
-
-p,h1,h2,h3,h4,h5,h6,li { font-family: "Ubuntu", sans-serif; }
-h1,h2 { color: #b575ff }
-h3 { color: #ff83fd; margin-left: 1em }
-h4 { color: #ff82b2; margin-left: 2em }
-p,li { color: white; margin-left: 3em }
-a { color: #82a8ff; font-style: italic; text-decoration: underline }
-hr { border: 1px solid grey }
-
-math {color:white}
-
-pre,code {
- color: #eeeeee;
- font-family: monospace;
- background-color: black;
- border: 0px solid transparent;
- border-radius: 5px;
- padding: 0.2em;
-}
-pre { margin-left: 4em; margin-right: 4em; overflow-y: auto; }