From f4b18505c0668593149ed0de51f611fe33a814c6 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 30 Dec 2019 07:48:18 +0530 Subject: Added styles for Vibrant Window --- dist/mac/css/all.css | 4 ++++ templates/mac/index.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dist/mac/css/all.css b/dist/mac/css/all.css index 3909594..2029542 100644 --- a/dist/mac/css/all.css +++ b/dist/mac/css/all.css @@ -562,6 +562,10 @@ body { flex-direction: column; } +.window-vibrant.dark { + color: white; +} + .content { position: relative; overflow-y: auto; diff --git a/templates/mac/index.html b/templates/mac/index.html index c03cd3b..fbc128d 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -10,7 +10,7 @@ -
+

macOS Native Kit

@@ -56,7 +56,7 @@
-
+

Native Kit

@@ -64,7 +64,7 @@ -- cgit v1.2.3