From ffd6a7165577b6cf34896df87eebff4516bdb256 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 9 Sep 2022 15:29:58 +0630 Subject: [PATCH] Modify hr opacity for theme-dark --- src/styles/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/base.css b/src/styles/base.css index f42b42d..dd287de 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -27,6 +27,9 @@ .theme-dark #sun-svg { display: block; } + .theme-dark hr { + @apply opacity-30; + } } @layer components {