summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 7112e203..9b59fe56 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -282,8 +282,8 @@ input[type="search"]::-webkit-search-cancel-button {
* Footer
*/
-.footer {
- color: #666666;
+footer {
+ color: #919191;
margin: 1.5em 0;
text-align: center;
position: absolute;
@@ -293,8 +293,8 @@ input[type="search"]::-webkit-search-cancel-button {
max-height: 30vh;
}
-body .footer a {
- color: inherit;
+footer a {
+ color: #919191 !important;
text-decoration: underline;
}