itizawa 6 년 전
부모
커밋
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;