enhance: polish cards

This commit is contained in:
Tienson Qin
2021-11-09 12:36:37 +08:00
parent eb414bbf24
commit 340818483f
9 changed files with 43 additions and 127 deletions

View File

@@ -1172,6 +1172,10 @@ html[data-theme='dark'] .keyboard-shortcut > code {
box-shadow: inset 0 -1px 0 var(--ls-primary-background-color), 0 0 1px 1px rgba(255, 255, 255,.2);
}
html[data-theme='dark'] .shadow-xl {
box-shadow: 0 10px 10px -5px #044656;
}
.ui__modal-panel {
border-radius: 8px;
}