diff options
Diffstat (limited to 'css/index.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; |