more/less in book download lists
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index 59e4784..270d227 100755 (executable)
@@ -8,9 +8,13 @@ html, body {
   clear: both;
 }
 
+.hide {
+  display: none !important;
+}
+
 /* Basic colors and fonts */
 body {
-  font-family: Georgia;
+  font-family: Georgia, serif;
   background: #f7f7f7;
   color: black;