diff options
| author | Fuwn <[email protected]> | 2024-01-16 06:53:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-16 06:53:18 -0800 |
| commit | 20f9b2af3566d7362bce7c1933736e28c2eb8d90 (patch) | |
| tree | 88babd3942cb5e6e9946f28d288a8587b0bde90f /css | |
| parent | feat(css): make time bigger (diff) | |
| download | startpage-20f9b2af3566d7362bce7c1933736e28c2eb8d90.tar.xz startpage-20f9b2af3566d7362bce7c1933736e28c2eb8d90.zip | |
feat(css): round and borders
Diffstat (limited to 'css')
| -rw-r--r-- | css/index.css | 5 |
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; |