summary refs log tree commit diff homepage
path: root/style.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-22 23:02:19 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-22 23:09:21 +0900
commit2833849c77f1fdf5d95d88b928cc50b348d032dc (patch)
tree6a3631a2ac4137e7ae31295c89ae3f5445c041c4 /style.css
parenta4c6464020016ddac4110006d1cfbb5b4c90db2c (diff)
downloadhybring-2833849c77f1fdf5d95d88b928cc50b348d032dc.tar.gz
Inline CSS
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 938af97..0000000
--- a/style.css
+++ /dev/null
@@ -1,13 +0,0 @@
-html {
-    margin: auto;
-    max-width: 72ch;
-}
-h1, h2, h3, h4, h5, h6 { margin: 1ex 0 }
-form {
-    display: grid;
-    grid-template-columns: max-content 1fr;
-}
-form label { margin-right: 1ch }
-form label:after { content: ":" }
-form input { margin-bottom: 1ex }
-.error { color: red }