mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 18:48:55 +08:00
add styles to menu
This commit is contained in:
14
src/assets/styles/variables.css
Normal file
14
src/assets/styles/variables.css
Normal file
@@ -0,0 +1,14 @@
|
||||
:root {
|
||||
--color-bg-light: #F3F6FA;
|
||||
--color-accent: #119DFF;
|
||||
--color-accent-shade: #0D76BF;
|
||||
--color-border-light: #DFE8F3;
|
||||
--color-text-base: #506784;
|
||||
--color-text-white: #ffffff;
|
||||
|
||||
--shadow: 0 1px 2px rgba(42, 63, 95, 0.7);
|
||||
|
||||
--border-radius-big: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user