From ad1f448daa20bbb1b13d21fbfe003ee00685275f Mon Sep 17 00:00:00 2001 From: Bnyro <yannick.fehler@web.de> Date: Thu, 18 Aug 2022 13:53:22 +0200 Subject: [PATCH] fix hamburger color --- src/App.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 328b980e..25a13a04 100644 --- a/src/App.vue +++ b/src/App.vue @@ -206,6 +206,10 @@ h2 { } .line { - @apply px-2.5 py-0.25 my-0.45 rounded-xl bg-white; + @apply px-2.5 py-0.25 my-0.45 rounded-xl bg-dark-900; +} + +.dark .line { + @apply bg-white; } </style>