diff --git a/styles.css b/styles.css index 47a3a9a..658b319 100644 --- a/styles.css +++ b/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; +} \ No newline at end of file