diff options
author | Vitaly Takmazov | 2019-07-26 15:26:14 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | e742c369da7a1186e5c03dc1577b1fa5122480c5 (patch) | |
tree | d4f7c45884e9f2190eedaf19d686d8d1d64d04c3 /vnext/src/index.css | |
parent | f6a7e2d7d9dbcee761149aa0ea42a8b3277a46c9 (diff) |
Fix thread, fix text font
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index d635667b..a6f03b23 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -7,7 +7,7 @@ --background-color: #f8f8f8; --border-color: #eee; --text-background-color: #fff; - --text-color: #363636; + --text-color: #222; --link-color: #3c77aa; --dimmed-link-color: #88958d; } |