commit | daee3dff7e5774cce03fda88cf6087303b39f390 | [log] [tgz] |
---|---|---|
author | Eric Park <me@ericswpark.com> | Sun Jul 04 06:08:59 2021 +0900 |
committer | Eric Park <me@ericswpark.com> | Sun Jul 04 06:08:59 2021 +0900 |
tree | 2f0d3551c08218039773bb859e1385ac45fff378 | |
parent | e23a41ef5f2d92cb06d6f694c81f2417c8d3d9bd [diff] [blame] |
Override unstyled list text color Change-Id: Ida5e3f499245d1f4c2119e7d59c7b3092e2bf3e0
diff --git a/css/style.css b/css/style.css index b36241e..1e84f7b 100644 --- a/css/style.css +++ b/css/style.css
@@ -23,6 +23,10 @@ filter: invert(100%); } +.list-unstyled a { + color: #0080ff; +} + #wrap_a { max-width: 800px; margin: 0 auto;