diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 01:58:40 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 02:07:15 +0300 |
commit | 358bebecf69a68ba04658b78d2d571c9ca161409 (patch) | |
tree | 025fb054aae104de03e0065c212feb4b46bb74e7 | |
parent | 1a993df03be00d07afe7b010b8b1b5843824fdfb (diff) | |
download | eug-vs-xyz-benzin-next-cdn.tar.gz |
feat: do not decorate links in headingsbenzin-next-cdn
-rw-r--r-- | src/public/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/public/style.css b/src/public/style.css index a92fb0b..16921a0 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -46,6 +46,10 @@ h2, h3, h4, h5, h6 { line-height: 1.1; margin-top: 1.4em; } +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + color: #ebdbb2 !important; + text-decoration: none !important; +} h2 { border-bottom: 1px solid rgba(255, 255, 255, 0.12); } |