Skip to content

Commit

Permalink
Правит основной цвет кнопок переключателя тем (#372)
Browse files Browse the repository at this point in the history
* Обновляет Browserlist и версию Node.js

* Добавляет Yaml Lint (#152)

* Добавляет Yaml Lint

* Добавляет отступ

* Обновляет версии экшенов

---------

Co-authored-by: Pavel Mineev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>

* Правит основной цвет кнопок переключателя тем

* Выбирает цвет контрастнее

---------

Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Paul <[email protected]>
Co-authored-by: Pavel Mineev <[email protected]>
  • Loading branch information
4 people authored Sep 18, 2024
1 parent 82ec6bb commit c0af82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/blocks/scheme-switcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.scheme-switcher__button {
padding: 4px;
color: var(--color-light-text-secondary);
color: var(--token-color-content-text);
background: none;
border: none;
border-radius: 4px;
Expand Down

0 comments on commit c0af82f

Please sign in to comment.