diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 09:32:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 09:45:42 +0300 |
commit | a9d0e452814b822c631f050e842c4d38aecccde9 (patch) | |
tree | 75ea142da92f97901b5af21a19ef39a9ac945391 | |
parent | bump jekyll-theme (diff) | |
download | egor-tensin.github.io-a9d0e452814b822c631f050e842c4d38aecccde9.tar.gz egor-tensin.github.io-a9d0e452814b822c631f050e842c4d38aecccde9.zip |
make the main list stand out
-rw-r--r-- | assets/css/misc.css | 4 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 6 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; +} @@ -1,6 +1,8 @@ --- title: Main page layout: plain +custom_css: + - misc.css links: - url: /blog/ text: Blog |