mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
change hardcoded colors
This commit is contained in:
parent
145fcc282a
commit
1c3d93a9a8
@ -73,9 +73,9 @@
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
border-radius: 8px;
|
||||
border: 0.5px solid rgba(255, 255, 255, 0.12);
|
||||
border: 0.5px solid rgb(from var(--main-text-color) r g b / 0.12);
|
||||
background: #232323;
|
||||
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.25);
|
||||
box-shadow: 0px 8px 32px 0px rgb(from var(--main-bg-color) r g b / 0.25);
|
||||
|
||||
&.hovered {
|
||||
background: #292929;
|
||||
|
Loading…
Reference in New Issue
Block a user