summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
committersoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
commitba76e77d935998e4b128053dcc61d2ed4884cdda (patch)
tree5464dccd475404b509f048f4525193a8ff36a715 /index.css
parent6e3a7252608197b6571a56c9b07be09f254e8bae (diff)
zola migration
Diffstat (limited to 'index.css')
-rw-r--r--index.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/index.css b/index.css
deleted file mode 100644
index 9ae6d1e..0000000
--- a/index.css
+++ /dev/null
@@ -1,27 +0,0 @@
-.section {
- background-color: var(--bg1);
-}
-
-html {
- background: url("/assets/bg.jpg");
- background-attachment: fixed;
- background-size: cover;
- image-rendering: pixelated;
-}
-
-#weird-fucking-header-container {
- display: inline-grid;
- grid-template-columns: 1fr;
- grid-template-rows: 1fr;
-}
-
-.whatever {
- grid-area: 1 / 1 / 2 / 2;
-}
-
-#badge-grid {
- display: inline-grid;
- grid-template-columns: 1fr 1fr 1fr;
- gap: 4px;
-}
-