diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 12:50:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 12:50:40 +0300 |
commit | fd64579a4d041422359ee6efc6413a7004b87791 (patch) | |
tree | e69b24024cf4872521e4d2735f3e98bb249d09e2 /assets/css/index.css | |
parent | make the main list stand out (diff) | |
download | egor-tensin.github.io-fd64579a4d041422359ee6efc6413a7004b87791.tar.gz egor-tensin.github.io-fd64579a4d041422359ee6efc6413a7004b87791.zip |
css: misc.css -> index.css
Diffstat (limited to 'assets/css/index.css')
-rw-r--r-- | assets/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/index.css b/assets/css/index.css new file mode 100644 index 0000000..1d239dd --- /dev/null +++ b/assets/css/index.css @@ -0,0 +1,4 @@ +.list-group-item { + /* Make the main list stand out, don't blur it out. */ + color: #333 !important; +} |