optimize frontend style

This commit is contained in:
Qing
2022-07-19 22:22:42 +08:00
parent dd288f33e4
commit adf8d4c0ec
6 changed files with 35 additions and 12 deletions

View File

@@ -51,4 +51,9 @@
// badge
--badge-background-color: hsl(209 13.3% 95.3%);
--badge-color: hsl(206 6% 43.5%);
// keyboard shortcuts
--box-shadow: inset 0 0.5px rgba(255, 255, 255, 0.1),
inset 0 1px 5px hsl(210 16.7% 97.6%), 0px 0px 0px 0.5px hsl(205 10.7% 78%),
0px 2px 1px -1px hsl(205 10.7% 78%), 0 1px hsl(205 10.7% 78%);
}

View File

@@ -49,4 +49,9 @@
// badge
--badge-background-color: hsl(197 6.8% 13.6%);
--badge-color: hsl(206 6% 63%);
// keyboard shortcuts
--box-shadow: inset 0 0.5px rgba(255, 255, 255, 0.1),
inset 0 1px 5px hsl(195 7.1% 11%), 0px 0px 0px 0.5px hsl(207 5.6% 31.6%),
0px 2px 1px -1px hsl(207 5.6% 31.6%), 0 1px hsl(207 5.6% 31.6%);
}