From 44e68342937e5d74b85814404bcbcc98cb05a2a1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 12:25:14 +0800 Subject: [PATCH] Remove round corners for now --- static/style.css | 4 ---- diff --git a/static/style.css b/static/style.css index 1e09df32206eebe6ce8e3b5c7c56b5ceb61000d2..ed0a2a58ddc71e8eb649567dce8b94c35a8dcb8a 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 @@ display: grid; 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; } -- 2.48.1