aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 2ef60c3..5811468 100644
--- a/static/main.css
+++ b/static/main.css
@@ -145,6 +145,13 @@ img[src=""] {
color: var(--text-muted);
text-align: center;
}
+.version-link {
+ color: var(--text-muted);
+ text-decoration: underline;
+}
+.version-link:hover {
+ color: var(--text-primary);
+}
.nav-settings-icon {
width:24px;
height:24px;