From e21282112d577eed85ec6b51d4795752ca4d2f8c Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 16 Jan 2026 00:36:11 +0100 Subject: [PATCH] Add huge class for larger table styling --- custom/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/styles/base.css b/custom/styles/base.css index f763f71..c31c7b0 100644 --- a/custom/styles/base.css +++ b/custom/styles/base.css @@ -147,6 +147,7 @@ table { &:focus { color: white; background-color: var(--color-grey); outline: none } } &.bigger { font-size: 1.2em; border-radius: calc(1rem * 1.2) } + &.huge { font-size: 1.7em; border-radius: calc(2rem * 1.2) } &.centered { justify-self: center } }