aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/index.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 12:50:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 12:50:40 +0300
commitfd64579a4d041422359ee6efc6413a7004b87791 (patch)
treee69b24024cf4872521e4d2735f3e98bb249d09e2 /assets/css/index.css
parentmake the main list stand out (diff)
downloadegor-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.css4
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;
+}