Move default yellow to var, add in list UI

This commit is contained in:
2026-03-13 14:56:12 +04:00
parent 990f3afa88
commit ff68b5addc
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
:root {
--default-list-color: #ffcc33;
}
html,
body {
height: 100%;
@@ -1031,6 +1035,7 @@ button.create-place {
.place-lists-manager .list-color {
width: 12px;
height: 12px;
background-color: var(--default-list-color);
border-radius: 50%;
flex-shrink: 0;
border: 1px solid rgb(0 0 0 / 10%);