diff --git a/frontend/media/arrow-l.svg b/frontend/media/arrow-l.svg index 4124d09..5ab3af8 100644 --- a/frontend/media/arrow-l.svg +++ b/frontend/media/arrow-l.svg @@ -1,3 +1,3 @@ diff --git a/frontend/media/arrowr.svg b/frontend/media/arrowr.svg index 819893c..8714f1d 100644 --- a/frontend/media/arrowr.svg +++ b/frontend/media/arrowr.svg @@ -1,3 +1,3 @@ diff --git a/frontend/media/chev-d.svg b/frontend/media/chev-d.svg index 9cd2c1b..28f1fc9 100644 --- a/frontend/media/chev-d.svg +++ b/frontend/media/chev-d.svg @@ -1,3 +1,3 @@ diff --git a/frontend/media/ei close.svg b/frontend/media/ei close.svg index a64de43..cc860cc 100644 --- a/frontend/media/ei close.svg +++ b/frontend/media/ei close.svg @@ -1,4 +1,4 @@ diff --git a/frontend/src/lib/assets/css/base.less b/frontend/src/lib/assets/css/base.less index 9c0e7d1..e9c61ee 100644 --- a/frontend/src/lib/assets/css/base.less +++ b/frontend/src/lib/assets/css/base.less @@ -8,7 +8,7 @@ html { background-color: black; } body { - color: #333 !important; + color: #343a40 !important; height: 100%; background-color: #f9f9f9; } @@ -27,6 +27,7 @@ a { font-weight: 700; color: inherit; font-weight: normal; + cursor: pointer; } /* Tabellen */ @@ -56,11 +57,11 @@ button { border: none; cursor: pointer; font-size: inherit; - color: #333; + color: #343a40; } input, select { - color: #333; + color: #343a40; width: 100%; } .underline { diff --git a/frontend/src/lib/components/widgets/Worldcard/card.svelte b/frontend/src/lib/components/widgets/Worldcard/card.svelte index 08cbc5f..eaabbb9 100644 --- a/frontend/src/lib/components/widgets/Worldcard/card.svelte +++ b/frontend/src/lib/components/widgets/Worldcard/card.svelte @@ -164,8 +164,8 @@ height: 1.8vw; max-height: 25px; border-radius: 15px; - border: 2px solid @signal-color; - color: @signal-color; + border: 2px solid #6b6868; + color: #6b6868; background-color: @bg-color-secondary; display: flex; justify-content: center; diff --git a/frontend/src/lib/components/widgets/iconCycleBox.svelte b/frontend/src/lib/components/widgets/iconCycleBox.svelte index b7c8dbd..28fec00 100644 --- a/frontend/src/lib/components/widgets/iconCycleBox.svelte +++ b/frontend/src/lib/components/widgets/iconCycleBox.svelte @@ -20,6 +20,7 @@