diff options
Diffstat (limited to '')
| -rwxr-xr-x | out/light.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/out/light.css b/out/light.css index 6ed86e7..cc8c241 100755 --- a/out/light.css +++ b/out/light.css @@ -10,7 +10,7 @@ --text-main: #2a2a2e; --text-bright: #111114; --text-muted: #5a5d66; - --links: #6e5a62; + --links: #2560a8; --focus: #5a5d66ab; --border: #c8c8cc; --code: #2a2a2e; @@ -585,7 +585,7 @@ input[type='range']:focus::-ms-fill-upper { a { text-decoration: none; - color: #6e5a62; + color: #2560a8; color: var(--links); } |
