1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 23:45:25 +02:00

upd color text second

This commit is contained in:
Peter Savchenko 2022-09-05 23:42:44 +03:00
parent 2f6fdc4375
commit 497d0f69d4
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,7 @@
&-direction {
text-transform: capitalize;
color: var(--color-direction-navigation);
color: var(--color-text-second);
font-size: 12px;
line-height: 140%;
margin-bottom: 2px;

View file

@ -1,7 +1,6 @@
:root {
--color-text-main: #060C26;
--color-text-second: #5d6068;
--color-direction-navigation: #717682;
--color-text-second: #717682;
--color-line-gray: #E8E8EB;
--color-link-active: #2071cc;
--color-link-hover: #F3F6F8;