1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

Revert var

This commit is contained in:
Taly 2019-03-11 18:01:01 +03:00
parent fc67a36c23
commit b48b907899
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,9 @@
:root { :root {
--color-text-main: #1D202B; --color-text-main: #1D202B;
--color-text-second: #7B7E89; --color-text-second: #7B7E89;
--color-line-gray: #E8E8EB;
--color-link-active: #388AE5; --color-link-active: #388AE5;
--color-button-danger: #ff1629; --color-button-danger: #ff1629;
--color-line-gray: 232, 232, 235;
--color-gray-border: rgba(var(--color-line-gray), 0.48); --color-gray-border: rgba(var(--color-line-gray), 0.48);
/** /**