wip darkmode

This commit is contained in:
Ahmed Bouhuolia
2025-08-04 12:25:27 +02:00
parent 456a9e1ad9
commit d9a716a46f
170 changed files with 2006 additions and 1018 deletions

View File

@@ -1,9 +1,15 @@
.big-amount{
--x-color-amount-text: #343463;
--x-color-label-text: #5d6f90;
--x-color-label-text: var(--color-light-gray1);
--x-color-amount-text: var(--color-light-gray2);
text-align: right;
&__label{
color: #5d6f90;
color: var(--x-color-label-text);
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
@@ -14,7 +20,7 @@
white-space: nowrap;
font-weight: 500;
margin-top: 6px;
color: #343463;
color: var(--x-color-amount-text);
line-height: 1;
font-size: 34px;
}