mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-04-14 01:11:51 +02:00
Minor change to footer
This commit is contained in:
parent
3673fb4533
commit
cffcec5e8b
@ -664,6 +664,7 @@ footer {
|
||||
display: block;
|
||||
background: #263238;
|
||||
color: #fafafa;
|
||||
margin: 18px 0 0;
|
||||
padding: 22px 10px 12px;
|
||||
font-size: 85%; }
|
||||
footer a, footer a:visited {
|
||||
|
2
flavors/v2/mini-default.min.css
vendored
2
flavors/v2/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
@ -196,7 +196,7 @@ $nav-sublink-padding-left: 12px; // Left padding to add to subcategor
|
||||
$footer-back-color: #263238; // Background color for footer
|
||||
$footer-fore-color: $back-color; // Text color for footer
|
||||
$footer-font-size: 85%; // Font size for footer
|
||||
$footer-margin: 0; // Margin for footer
|
||||
$footer-margin: 18px 0 0; // Margin for footer
|
||||
$footer-padding: 22px 10px 12px; // Padding for footer
|
||||
$footer-link-fore-color: #039be5; // Text color for links in footer
|
||||
// Variables for button elements
|
||||
|
Loading…
x
Reference in New Issue
Block a user