Add color picker

This commit is contained in:
2022-03-08 16:27:14 +08:00
parent 4c9a0622e1
commit a8e6f9f5be
8 changed files with 280 additions and 22 deletions
@@ -39,7 +39,7 @@ div.details-list {
div.light.details-list {
div.details-list-item:nth-child(2n-1) {
background-color: rgba($lt-bg-color-lvl5-light, .4);
background-color: rgba($lt-bg-color-lvl5-light, .3);
}
div.details-list-item:hover {
@@ -59,7 +59,7 @@ div.light.details-list {
div.dark.details-list {
div.details-list-item:nth-child(2n-1) {
background-color: rgba($lt-bg-color-lvl5-dark, .8);
background-color: rgba($lt-bg-color-lvl5-dark, .4);
}
div.details-list-item:hover {