summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-16 06:53:18 -0800
committerFuwn <[email protected]>2024-01-16 06:53:18 -0800
commit20f9b2af3566d7362bce7c1933736e28c2eb8d90 (patch)
tree88babd3942cb5e6e9946f28d288a8587b0bde90f
parentfeat(css): make time bigger (diff)
downloadstartpage-20f9b2af3566d7362bce7c1933736e28c2eb8d90.tar.xz
startpage-20f9b2af3566d7362bce7c1933736e28c2eb8d90.zip
feat(css): round and borders
-rw-r--r--css/index.css5
1 files 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;