aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-16 11:44:43 +0200
committerMinteck <contact@minteck.org>2022-06-16 11:44:43 +0200
commite4bf3880acd8e7a21fcea1fc2a63e0056daca80f (patch)
treef494e4fc4a40325d45674ff7026fe3bdfba4800b /css
parent060473d7e7da51bf372b3d2958580b8f65f4769b (diff)
downloadember-e4bf3880acd8e7a21fcea1fc2a63e0056daca80f.tar.gz
ember-e4bf3880acd8e7a21fcea1fc2a63e0056daca80f.tar.bz2
ember-e4bf3880acd8e7a21fcea1fc2a63e0056daca80f.zip
Test
Diffstat (limited to 'css')
-rw-r--r--css/common.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css
index e07dde3..46412eb 100644
--- a/css/common.css
+++ b/css/common.css
@@ -139,4 +139,13 @@ html, body {
#footer-hover-zone:hover #footer-hover-text {
display: inline;
+}
+
+#footer-version, #footer-version-build, #footer-version-projects {
+ color: white;
+ text-decoration: none;
+}
+
+#footer-version:hover, #footer-version-build:hover, #footer-version-projects:hover {
+ text-decoration: underline;
} \ No newline at end of file