From 1cc4f17a742e0d0ef047842ac854e1d1ee8ec8b7 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 10 Jul 2017 05:25:18 -0400 Subject: refactor: Params handling. --- src/data/templates/quotes.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/data/templates') diff --git a/src/data/templates/quotes.hbs b/src/data/templates/quotes.hbs index 6e9ca48..0e38d22 100644 --- a/src/data/templates/quotes.hbs +++ b/src/data/templates/quotes.hbs @@ -19,9 +19,9 @@ border-width: 1px; } .ragebutton { - font-family: monospace; + font-family: monospace; text-align: left; - text-decoration: underline; + text-decoration: underline; color: black; background: none; margin: 0; -- cgit v1.2.3