aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-11-30 05:58:17 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-11-30 05:58:17 +0100
commita7b40a5256ecc17d34d4eaac9337a00b014e3843 (patch)
tree1cdedeafde132c5d2f581ecf7bae051a770bd8be /mu4web/static/style.css
parentMove stylesheet to other file. (diff)
downloadmu4web-a7b40a5256ecc17d34d4eaac9337a00b014e3843.tar.gz
mu4web-a7b40a5256ecc17d34d4eaac9337a00b014e3843.tar.xz
Add maildir listing on frontpage.
Diffstat (limited to '')
-rw-r--r--mu4web/static/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index b8df022..e8d16c2 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -2,6 +2,12 @@ body, html {
padding: 0;
margin: 0;
}
+
+h1 a {
+ text-decoration: none;
+ color: inherit;
+}
+
nav {
display: block;
height: 4em;