about summary refs log tree commit diff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/custom.css23
1 files changed, 17 insertions, 6 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index b8e52b7..610928c 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -15,15 +15,23 @@ main {
 }
 
 /* Typography */
-h1, h2, h3 {
+h1,
+h2,
+h3 {
   margin: 0 0 0.5em;
   line-height: 1.25;
   font-weight: 600;
 }
 
-h1 { font-size: 1.4rem; }
-h2 { font-size: 1.3rem; }
-h3 { font-size: 1.2rem; }
+h1 {
+  font-size: 1.4rem;
+}
+h2 {
+  font-size: 1.3rem;
+}
+h3 {
+  font-size: 1.2rem;
+}
 
 p {
   margin: 0 0 1em;
@@ -35,7 +43,9 @@ a {
   text-decoration: underline;
 }
 
-a:hover, a:focus, a:active {
+a:hover,
+a:focus,
+a:active {
   text-decoration: underline;
 }
 
@@ -74,7 +84,8 @@ table {
   border-collapse: collapse;
 }
 
-th, td {
+th,
+td {
   border: 1px solid #ddd;
   padding: 8px;
   text-align: left;