From 2aa8c1af69df8d83b9ad722fc8abb9f7e23b9665 Mon Sep 17 00:00:00 2001 From: Gen Date: Tue, 7 Jan 2025 12:46:53 -0800 Subject: [PATCH] oop --- docs/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/style.css b/docs/style.css index 9b9f40f..e1ebb7c 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,10 +1,10 @@ body { - background: #eaeaea; + background: #fab387; margin: 0; height: 100vh; width: 100vw; display: flex; - font-family: monospace; + font-family: serif; justify-content: center; align-items: center; overflow: hidden; @@ -36,7 +36,7 @@ body { #prompt { padding: 2vw; - background: #303030 + background: #33331b; } .fadeout { @@ -61,7 +61,7 @@ body { } #stickers { - border-top: 1px solid black; + border-top: 10px solid black; padding: 10px; height: 40px; flex-grow: 100; @@ -177,4 +177,4 @@ a img { .tiny { width: 100px; -} \ No newline at end of file +}