aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-12-30 07:48:18 +0530
committerKumar Priyansh <[email protected]>2019-12-30 07:48:18 +0530
commitf4b18505c0668593149ed0de51f611fe33a814c6 (patch)
tree482c05e267cee7031f12e2f0d9adfab6431a0fab /dist
parent9cfc73544a66358510854d856553380ec941d3e4 (diff)
downloadnativekit-f4b18505c0668593149ed0de51f611fe33a814c6.tar.xz
nativekit-f4b18505c0668593149ed0de51f611fe33a814c6.zip
Added styles for Vibrant Window
Diffstat (limited to 'dist')
-rw-r--r--dist/mac/css/all.css4
1 files changed, 4 insertions, 0 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;