|
|
|
@ -72,6 +72,8 @@ export default {
|
|
|
|
|
--color-secondary: #7a7a7b;
|
|
|
|
|
--color-secondary-bg: #f5f5f7;
|
|
|
|
|
--color-navbar-bg: rgba(255, 255, 255, 0.86);
|
|
|
|
|
--color-primary-bg-for-transparent: rgba(189, 207, 255, 0.28);
|
|
|
|
|
--color-secondary-bg-for-transparent: rgba(209, 209, 214, 0.28);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-theme="dark"] {
|
|
|
|
@ -83,6 +85,8 @@ export default {
|
|
|
|
|
--color-secondary-bg: #323232;
|
|
|
|
|
--color-navbar-bg: #335eea;
|
|
|
|
|
--color-navbar-bg: rgba(34, 34, 34, 0.86);
|
|
|
|
|
--color-primary-bg-for-transparent: rgba(255, 255, 255, 0.12);
|
|
|
|
|
--color-secondary-bg-for-transparent: rgba(255, 255, 255, 0.08);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app {
|
|
|
|
|