We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b672737 commit f9b2f9aCopy full SHA for f9b2f9a
2 files changed
src/punica.scss
@@ -9,7 +9,7 @@
9
10
////////////////////////////////////////////////////////////////
11
///-------------------------------------------------------------
12
- $active-theme: default;
+ $active-theme: dark;
13
14
15
$theme-name: if(map.has-key(get.$themes, $active-theme),
src/themes.scss
@@ -94,6 +94,15 @@ $themes: (
94
)
95
96
),
97
+ 'navbar': (
98
+ 'background-color': lighten(#222226, 2.5%),
99
+ 'input': (
100
+ 'background-color': #222226
101
+ ),
102
+ 'menu': (
103
104
+ )
105
106
'tooltip': (
107
'color' : #222226,
108
'font-weight' : 500,
0 commit comments