aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:06:59 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:06:59 +0430
commitb2a7ff316d921d4b128798eb1f994531bb9d4f03 (patch)
tree81749b46f257ff5ebd685ab46bec9a0b0faa23fb /css
parent7a6a44111f6e04b42a19595c746013eda2331c3a (diff)
Update footer style and copyright notice
* Fix line-height problem * Use lighter link colors * Add the logo copyrights
Diffstat (limited to 'css')
-rw-r--r--css/base.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/css/base.css b/css/base.css
index e35175a..0a00981 100644
--- a/css/base.css
+++ b/css/base.css
@@ -305,7 +305,20 @@ footer[role=contentinfo] {
footer ul {
list-style: none;
padding-left: 0;
- line-height: 5px;
+ margin: 0;
+}
+
+/* Reduce line spacing between <li> in footer */
+footer p {
+ margin: 0;
+ /* Do not use `line-height` attribute. This effects the line
+ * wrapping in a bad way. */
+}
+
+/* Footer links */
+footer a, footer a:visited, footer a:hover {
+ /* Use a lighter color because of the dark background */
+ color: #ff216e;
}
/* ==================================================================