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:
parent
2f6fdc4375
commit
497d0f69d4
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue