mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-26 11:43:47 +03:00
refactor: change hardcoded value with variable
This commit is contained in:
parent
74a319393c
commit
328ae639d7
|
@ -62,7 +62,7 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
li.menu-item-depth-1 {
|
li.menu-item-depth-1 {
|
||||||
color: #0033a0;
|
color: $primary-color;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user