summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
-rw-r--r--src/components/ConnectionTable.module.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss
index a14904f..d739d75 100644
--- a/src/components/ConnectionTable.module.scss
+++ b/src/components/ConnectionTable.module.scss
@@ -10,7 +10,7 @@
background: var(--color-background);
position: sticky;
top: 0;
- font-size: 0.8em;
+ font-size: 0.75em;
text-align: center;
user-select: none;
@@ -25,7 +25,7 @@
.td {
padding: 8px 13px;
- font-size: 0.9em;
+ font-size: 0.75em;
font-family: var(--font-normal);
}