aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 9900a817..5c63f106 100644
--- a/static/style.css
+++ b/static/style.css
@@ -107,4 +107,15 @@ footer div.uk-section div.uk-text-center {
.uk-button-darkish:hover {
background: rgba(0, 0, 0, 0.22);
+}
+
+/* Flash of Unstyled Content fixes */
+.prevent_fouc {
+ display: none;
+}
+
+div.navbar-padding {
+ padding-left: 40px;
+ padding-right: 40px;
+ box-sizing: content-box;
} \ No newline at end of file