From 20f9b2af3566d7362bce7c1933736e28c2eb8d90 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 16 Jan 2024 06:53:18 -0800 Subject: feat(css): round and borders --- css/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index f5da741..58dcb39 100644 --- a/css/index.css +++ b/css/index.css @@ -29,6 +29,7 @@ body { text-align: center; /* background-color: var(--background); */ background-color: #00000060; + border-radius: 8px; } .waifu { @@ -39,7 +40,7 @@ body { } .link-collection { - border-bottom: 1px solid var(--color1); + /* border-bottom: 1px solid var(--color1); */ padding-bottom: 10px; margin-bottom: 5px; display: flex; @@ -61,7 +62,7 @@ img { } .weather { - border-bottom: 1px solid var(--color1); + /* border-bottom: 1px solid var(--color1); */ padding-bottom: 5px; margin-bottom: 5px; /* 10 */ margin-top: 35px; -- cgit v1.2.3