summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2023-03-01 14:00:01 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2023-03-01 14:00:01 +0100
commit2905f241d6123691ff720f51d966606f6528962b (patch)
treea8f3b9128cb001fdf703ccf5d326a109bad4134c
parent0cece4794fc83a15ea89835d4d434fbf4237c8f2 (diff)
Remove underline
-rw-r--r--htdocs/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/static/style.css b/htdocs/static/style.css
index 1ef3dd2..2fcedad 100644
--- a/htdocs/static/style.css
+++ b/htdocs/static/style.css
@@ -10,6 +10,7 @@ h1, h2, .navbar-brand {
}
a {
color: #F50;
+ text-decoration: none;
}
a:hover {
color: #05A;