diff --git a/static/css/quote.css b/static/css/quote.css index e69de29..438fd08 100644 --- a/static/css/quote.css +++ b/static/css/quote.css @@ -0,0 +1,8 @@ +body { + color: white; +} + +.quote { + font-size: 2rem; + line-height: 2.5rem; +}