aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-17 22:43:02 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-17 22:43:02 +0200
commitd87e5802b587e32aa6dc55d27ef54ff52ea4e6ab (patch)
tree68591cf60838c50efd380fcb993005caf464de0e /static
parentaf29af93c8d57a53d2103d62c0ade01b92b26dc8 (diff)
Prep for gemlogification
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css19
1 files changed, 1 insertions, 18 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 8732947..0261e9d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,27 +1,10 @@
-h1 canvas {
+canvas {
width: 64px;
height: 64px;
display: inline-block;
background-color: gainsboro;
}
-ul {
- list-style: square;
-}
-
-h1, h2, h3, h4, p, ul {
- max-width: 30em;
-}
-
-p {
- font-size: 1.125em;
-}
-
-blockquote {
- border-left: 5px solid lightgray;
- padding-left: 5px;
-}
-
@media (prefers-color-scheme: dark) {
body {
color: white;