From c4034724fc82124d1419d0c119a388282599a294 Mon Sep 17 00:00:00 2001 From: Nexmoe Date: Wed, 6 Jul 2022 22:51:36 +0800 Subject: [PATCH 1/2] fix: dialog dark mode --- nexmoe.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nexmoe.css b/nexmoe.css index c4531b0..e6290c0 100644 --- a/nexmoe.css +++ b/nexmoe.css @@ -226,6 +226,8 @@ dialog { border: none; border-radius: var(--border-radius); padding: calc(var(--nexmoe-gap) * 1.5); + background-color: var(--color-bg); + color: var(--color-text); animation-name: dialogScaleIn; animation-duration: 0.2s; } From 30d4ba477886a4e2f717a170a7be15e692b27256 Mon Sep 17 00:00:00 2001 From: Nexmoe Date: Wed, 6 Jul 2022 22:52:32 +0800 Subject: [PATCH 2/2] chore: 0.5.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd2d191..227d194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexmoe.css", - "version": "0.5.3", + "version": "0.5.4", "description": "Use only HTML to write modern websites with smooth animations and beautiful interfaces.", "main": "nexmoe.css", "devDependencies": {