From 17d4592644b5f5f4fd92157e7c7f43c2e6eaae88 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Fri, 22 Nov 2024 23:22:58 +0700 Subject: [PATCH] agenda: add text shadow for more readability --- style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/style.scss b/style.scss index dc02323..837e2c3 100644 --- a/style.scss +++ b/style.scss @@ -12,6 +12,7 @@ window.Agenda { > box { /* From https://css.glass */ font-size: 1.3em; + text-shadow: 2px 2px 2px #000000; background: rgba(64, 47, 47, 0.32); border-radius: 16px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);