diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-15 18:00:59 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-15 18:00:59 +0100 |
| commit | 4b9c57dc6547d0c9d105ac3767dcc90da758a25d (patch) | |
| tree | 5150d5494e7591df2fe6d83d42fc4642e9b0d1b1 /src/frontend/app/root.css | |
| parent | f349c491284c0cb007a97c9a11220cc00adbb64f (diff) | |
Refactor code structure for improved readability and maintainability
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 12441af..e832e96 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -202,4 +202,5 @@ body { .maplibregl-ctrl-attrib-inner { font-size: 0.9em; + color: var(--ml-c-link-2); } |
