mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-23 01:39:40 +01:00
Matthias Kretschmann
dd44cc864e
* new prices data structure * market data refactor, add 24h price change * browser language detection with middleware * middleware tweaks
10 lines
154 B
CSS
10 lines
154 B
CSS
.price {
|
|
border-top: 1px solid rgba(var(--foreground-rgb), 0.1);
|
|
padding-top: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.fiat {
|
|
color: var(--text-dimmed);
|
|
}
|