From aad76695ff333112faa741a4d96c59ea3ed3fe0f Mon Sep 17 00:00:00 2001 From: Ash Svitan Date: Thu, 15 Jan 2026 14:09:48 +0100 Subject: [PATCH] :lipstick: Fixes table CSS --- app/pages/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 7cb907f..2dd9e8f 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -436,7 +436,8 @@ th { font-size: 1.05rem; } -tr { +tr, +thead { border-bottom: 1px solid black; } @@ -445,9 +446,9 @@ tr:last-of-type { } .hashtag { - padding: 0 0.2rem; + padding: 0 0.25rem; background-color: #e8e8e8; - border-radius: 0.25rem; + border-radius: 0.5rem; } @@ -459,5 +460,4 @@ let years = now.getFullYear() - 2006 - 1; if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) { years++; } -let a = years === 18 ? "an " : "a ";