diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-30 07:48:18 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-30 07:48:18 +0530 |
| commit | f4b18505c0668593149ed0de51f611fe33a814c6 (patch) | |
| tree | 482c05e267cee7031f12e2f0d9adfab6431a0fab /dist/mac/css | |
| parent | 9cfc73544a66358510854d856553380ec941d3e4 (diff) | |
| download | nativekit-f4b18505c0668593149ed0de51f611fe33a814c6.tar.xz nativekit-f4b18505c0668593149ed0de51f611fe33a814c6.zip | |
Added styles for Vibrant Window
Diffstat (limited to 'dist/mac/css')
| -rw-r--r-- | dist/mac/css/all.css | 4 |
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; |
