From 84d61038be2a11d39d56da14a8957af3284423ef Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 16 Dec 2025 15:06:10 +0100 Subject: [PATCH] feat: antialiased --- core.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core.css b/core.css index 7a76556..33d44ee 100644 --- a/core.css +++ b/core.css @@ -9,6 +9,11 @@ --gap: 1rem; } +* { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + *:not(td):not(th) { border-radius: 0.3rem; }