diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 12:25:14 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 12:25:14 +0800 |
commit | 44e68342937e5d74b85814404bcbcc98cb05a2a1 (patch) | |
tree | 44fc6da66b93636b41b0895131530ea4a6a5dbe6 /static | |
parent | Bump dependencies (diff) | |
download | forge-44e68342937e5d74b85814404bcbcc98cb05a2a1.tar.gz forge-44e68342937e5d74b85814404bcbcc98cb05a2a1.tar.zst forge-44e68342937e5d74b85814404bcbcc98cb05a2a1.zip |
Remove round corners for now
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 1e09df3..ed0a2a5 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,6 @@ html { font-family: sans-serif; background-color: var(--background-color); color: var(--text-color); - --radius-1: 0.32rem; --background-color: hsl(0, 0%, 100%); --text-color: hsl(0, 0%, 0%); --link-color: hsl(320, 50%, 36%); @@ -80,7 +79,6 @@ table.rounded, table.rounded-footed { overflow: hidden; border-spacing: 0; border-collapse: separate; - border-radius: var(--radius-1); border: var(--lighter-border-color) solid 1px; } @@ -372,7 +370,6 @@ input[type=file]::file-selector-button { display: inline-block; width: auto; min-width: fit-content; - border-radius: var(--radius-1); padding: .1rem .75rem; font-size: 0.9rem; transition: background .1s linear; @@ -459,7 +456,6 @@ td > ul { grid-template-columns: auto 1fr; gap: 0; border: var(--lighter-border-color) 1px solid; - border-radius: var(--radius-1); overflow: auto; font-size: 0.96rem; } |