summaryrefslogtreecommitdiff
path: root/style/main.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--style/main.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/style/main.css b/style/main.css
index e4e0e0e..e650d1b 100644
--- a/style/main.css
+++ b/style/main.css
@@ -392,34 +392,6 @@ footer, #about_pane
transform: rotate(180deg);
}
-table, td, th, td
-{
- border-collapse: separate;
- border-spacing: 0;
-}
-
-table
-{
- border: none !important;
-}
-
-td, th, td
-{
- padding: 5pt;
- border-left: solid 1px var(--border);
- border-right: none;
- border-top: solid 1px var(--border);
- border-bottom: none;
-}
-
-tr:last-of-type td { border-bottom: solid 1px var(--border); }
-td:last-of-type { border-right: solid 1px var(--border); }
-
-tr:first-of-type td:first-of-type { border-top-left-radius: 0.5em; }
-tr:first-of-type td:last-of-type { border-top-right-radius: 0.5em; }
-tr:last-of-type td:first-of-type { border-bottom-left-radius: 0.5em; }
-tr:last-of-type td:last-of-type { border-bottom-right-radius: 0.5em; }
-
@media (prefers-color-scheme: dark)
{