Quellcode durchsuchen

now that css is loaded sync again I can remove some styles from index html body css

Torkel Ödegaard vor 7 Jahren
Ursprung
Commit
2dde2c4f9b
1 geänderte Dateien mit 0 neuen und 15 gelöschten Zeilen
  1. 0 15
      public/views/index.template.html

+ 0 - 15
public/views/index.template.html

@@ -26,13 +26,6 @@
 <body class="theme-[[ .Theme ]]">
 
   <style>
-    body {
-      margin: 0;
-      height: 100%;
-      width: 100%;
-      position: absolute;
-    }
-
     .preloader {
       height: 100%;
       flex-direction: column;
@@ -41,14 +34,6 @@
       align-items: center;
     }
 
-    .theme-light .preloader {
-      background: linear-gradient(-60deg, #f7f8fa, #f5f6f9 70%, #f7f8fa 98%);
-    }
-
-    .theme-dark .preloader {
-      background: linear-gradient(180deg, #222426 10px, #161719 100px);
-    }
-
     .preloader__enter {
       opacity: 0;
       animation-name: preloader-fade-in;