Porządkowanie css, i usuwanie radiowego
This commit is contained in:
@@ -18,8 +18,8 @@ const sorted = cities.sort((a: string, b: any) => a.localeCompare(b, "pl"));
|
||||
<style>
|
||||
.fuz-cities-box {
|
||||
|
||||
background: var(--fuz-bg);
|
||||
color: var(--fuz-text);
|
||||
background: var(--f-background);
|
||||
color: var(--f-text);
|
||||
|
||||
padding: 16px;
|
||||
|
||||
@@ -40,6 +40,6 @@ const sorted = cities.sort((a: string, b: any) => a.localeCompare(b, "pl"));
|
||||
}
|
||||
|
||||
.fuz-city-item {
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user