diff --git a/customize.dist/about.html b/customize.dist/about.html index e0a6525ad..65cbe1abe 100644 --- a/customize.dist/about.html +++ b/customize.dist/about.html @@ -77,7 +77,7 @@ + diff --git a/customize.dist/contact.html b/customize.dist/contact.html index 56ce036d9..e1060bacb 100644 --- a/customize.dist/contact.html +++ b/customize.dist/contact.html @@ -74,7 +74,7 @@ + diff --git a/customize.dist/index.html b/customize.dist/index.html index 562c7722d..ceb2872a1 100644 --- a/customize.dist/index.html +++ b/customize.dist/index.html @@ -200,7 +200,7 @@ + diff --git a/customize.dist/main.css b/customize.dist/main.css index d722e38cb..b00a31bab 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -455,11 +455,24 @@ #cryptpadTopBar .right a:hover { text-decoration: underline; } -footer { +.cp footer { background: #cccccc; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; padding-top: 1em; } +.cp footer a { + color: #555; +} +.cp footer a:visited { + color: #777; +} +.cp footer a:hover { + color: #333; +} +.cp footer li:first-child { + font-weight: bold; + text-decoration: underline; +} html.cp, .cp body { font-size: .875em; diff --git a/customize.dist/privacy.html b/customize.dist/privacy.html index d9d744688..ba8550ee7 100644 --- a/customize.dist/privacy.html +++ b/customize.dist/privacy.html @@ -96,7 +96,7 @@ + diff --git a/customize.dist/src/fragments/footer.html b/customize.dist/src/fragments/footer.html index 78441d5c4..97344bf52 100644 --- a/customize.dist/src/fragments/footer.html +++ b/customize.dist/src/fragments/footer.html @@ -1,5 +1,5 @@ \ No newline at end of file + diff --git a/customize.dist/src/less/footer.less b/customize.dist/src/less/footer.less index 6cc79487a..6b13ea4e0 100644 --- a/customize.dist/src/less/footer.less +++ b/customize.dist/src/less/footer.less @@ -1,7 +1,20 @@ @import "./variables.less"; -footer { +.cp footer { background: @dark-base; font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; padding-top: 1em; -} \ No newline at end of file + a { + color: #555; + &:visited { + color: #777; + } + &:hover { + color: #333; + } + } + li:first-child { + font-weight: bold; + text-decoration: underline; + } +} diff --git a/customize.dist/terms.html b/customize.dist/terms.html index 7a4157137..014148e9a 100644 --- a/customize.dist/terms.html +++ b/customize.dist/terms.html @@ -78,7 +78,7 @@ + diff --git a/www/code/index.html b/www/code/index.html index b4b1e025f..5975e79d9 100644 --- a/www/code/index.html +++ b/www/code/index.html @@ -3,6 +3,7 @@ CryptPad +