Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/stylesheets/footer.scss')
-rw-r--r--content/assets/stylesheets/footer.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/content/assets/stylesheets/footer.scss b/content/assets/stylesheets/footer.scss
index a0a26642..f4de162e 100644
--- a/content/assets/stylesheets/footer.scss
+++ b/content/assets/stylesheets/footer.scss
@@ -1,15 +1,18 @@
---
-version: 9
+version: 10
---
@import 'variables';
.footer {
border-color: $gds-gray-100;
- max-width: $page-content-width;
- font-size: $body-font-size;
a {
color: $footer-gray-500;
+ border-bottom: 0;
+
+ &:hover {
+ border-bottom: 0;
+ }
}
.fa {