diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/variables-dark.css | 2 | ||||
| -rwxr-xr-x | src/variables-light.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/variables-dark.css b/src/variables-dark.css index 273d275..6d4f5de 100755 --- a/src/variables-dark.css +++ b/src/variables-dark.css @@ -6,7 +6,7 @@ --text-main: #cbced5; --text-bright: #e7e8ec; --text-muted: #a0a6b2; - --links: #b2a0a6; + --links: #7d9bc5; --focus: #a0a6b2ab; --border: #3a3d44; --code: #cbced5; diff --git a/src/variables-light.css b/src/variables-light.css index d733844..94bc8ca 100755 --- a/src/variables-light.css +++ b/src/variables-light.css @@ -6,7 +6,7 @@ --text-main: #2a2a2e; --text-bright: #111114; --text-muted: #5a5d66; - --links: #6e5a62; + --links: #2560a8; --focus: #5a5d66ab; --border: #c8c8cc; --code: #2a2a2e; @@ -20,4 +20,4 @@ --variable: #5a6654; --highlight: #e0ddd8; --select-arrow: svg-load('./assets/select-arrow.svg', fill: #2a2a2e); -} +}
\ No newline at end of file |
