summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-01-25 10:02:32 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-01-25 10:02:32 +0100
commit79f49fa6f0b5368c197a3346dae1f57e4976e5ca (patch)
tree91ac3b2fa8ff30cb32083fb25d2d6aa076c2b989 /css/content.css
parent9570304359921751545d526db12ff7696032f2c8 (diff)
Stable13 fixes (#254)
* Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index 9533ea531..08cfc4673 100644
--- a/css/content.css
+++ b/css/content.css
@@ -457,6 +457,7 @@
#app-content .heading a {
font-weight: bold;
color: #222;
+ text-decoration: none;
}
#app-content .heading a:hover {
text-decoration: underline;