Fix footer colors and size
This commit is contained in:
parent
75d4e84e5c
commit
395ce728bf
1 changed files with 13 additions and 0 deletions
13
styles.css
13
styles.css
|
@ -203,3 +203,16 @@ body {
|
|||
font-size: 1.2em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.footer .text-muted {
|
||||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
Loading…
Reference in a new issue