diff --git a/static/mo.css b/static/mo.css
index 1eda5be8253ae8b24cc5c04f31fada18a84d6bd6..c90f0243777b1901eae4212b67a6ceb0045ee9b9 100644
--- a/static/mo.css
+++ b/static/mo.css
@@ -313,17 +313,18 @@ div.alert + div.alert {
 }
 
 /* Icons */
+
 @font-face {
 	font-family: 'icomoon';
 	src: url('fonts/icomoon.ttf?azc5ov') format('truetype'),
-	  url('fonts/icomoon.woff?azc5ov') format('woff');
+	     url('fonts/icomoon.woff?azc5ov') format('woff');
 	font-weight: normal;
 	font-style: normal;
 	font-display: block;
 }
 
 .icon {
-	/* use !important to prevent issues with browser extensions that change fonts */
+	/* Use !important to prevent issues with browser extensions that change fonts */
 	font-family: 'icomoon' !important;
 	font-style: normal;
 	font-weight: normal;
@@ -331,7 +332,7 @@ div.alert + div.alert {
 	text-transform: none;
 	line-height: 1;
 
-	/* Better Font Rendering =========== */
+	/* Better font rendering */
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }