aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 09:32:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 09:45:42 +0300
commita9d0e452814b822c631f050e842c4d38aecccde9 (patch)
tree75ea142da92f97901b5af21a19ef39a9ac945391 /assets
parentbump jekyll-theme (diff)
downloadegor-tensin.github.io-a9d0e452814b822c631f050e842c4d38aecccde9.tar.gz
egor-tensin.github.io-a9d0e452814b822c631f050e842c4d38aecccde9.zip
make the main list stand out
Diffstat (limited to 'assets')
-rw-r--r--assets/css/misc.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/misc.css b/assets/css/misc.css
new file mode 100644
index 0000000..1d239dd
--- /dev/null
+++ b/assets/css/misc.css
@@ -0,0 +1,4 @@
+.list-group-item {
+ /* Make the main list stand out, don't blur it out. */
+ color: #333 !important;
+}