for-pi2 #2
1 changed files with 13 additions and 0 deletions
13
styles.css
13
styles.css
|
@ -203,3 +203,16 @@ body {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
text-align: right;
|
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