itizawa 6 лет назад
Родитель
Сommit
7aaace40ec
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      src/client/styles/scss/theme/antarctic.scss

+ 8 - 0
src/client/styles/scss/theme/antarctic.scss

@@ -13,6 +13,14 @@
 // $light: #;
 // $dark: #;
 
+// add background-image
+#page-wrapper {
+  background-image: url('/images/themes/antarctic/bg.svg');
+  background-attachment: fixed;
+  background-position: center center;
+  background-size: cover;
+}
+
 $themecolor: #000080;
 $themelight: #f0f8ff;
 $accentcolor: #ffd700;