Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fbeed6f1
Commit
fbeed6f1
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Darken footer color.
parent
943a074a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site/layouts/partials/footer.html
+1
-1
site/layouts/partials/footer.html
site/static/docs/4.3/assets/scss/_footer.scss
+1
-0
site/static/docs/4.3/assets/scss/_footer.scss
with
2 additions
and
1 deletion
+2
-1
site/layouts/partials/footer.html
+
1
-
1
View file @
fbeed6f1
<footer
class=
"bd-footer p-3 p-md-5 mt-5
text-muted
bg-light text-center text-sm-left"
>
<footer
class=
"bd-footer p-3 p-md-5 mt-5 bg-light text-center text-sm-left"
>
<div
class=
"container"
>
<div
class=
"container"
>
<ul
class=
"bd-footer-links"
>
<ul
class=
"bd-footer-links"
>
<li><a
href=
"{{ .Site.Params.repo }}"
>
GitHub
</a></li>
<li><a
href=
"{{ .Site.Params.repo }}"
>
GitHub
</a></li>
...
...
This diff is collapsed.
Click to expand it.
site/static/docs/4.3/assets/scss/_footer.scss
+
1
-
0
View file @
fbeed6f1
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
.bd-footer
{
.bd-footer
{
@include
font-size
(
.875rem
);
@include
font-size
(
.875rem
);
color
:
#63707c
;
a
{
a
{
font-weight
:
600
;
font-weight
:
600
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment