mayu morita 7 лет назад
Родитель
Сommit
d185a729e6
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      lib/views/admin/customize.html
  2. 1 1
      resource/styles/scss/_layout_kibela.scss

+ 1 - 1
lib/views/admin/customize.html

@@ -69,7 +69,7 @@
               {% include 'widget/theme-colorbox.html' with { name: 'default',  bg: '#ffffff', topbar: '#334455', theme: '#112744' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'nature',   bg: '#f9fff3', topbar: '#118050', theme: '#460039' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'mono-blue',   bg: '#F7FBFD', topbar: '#00587A', theme: '#00587A' } %}
-              {% include 'widget/theme-colorbox.html' with { name: 'kibela',   bg: '#F7FBFD', topbar: '#00587A', theme: '#00587A' } %}
+              {% include 'widget/theme-colorbox.html' with { name: 'kibela',   bg: '#F4F5F6', topbar: '#ffffff', theme: '#5584E1' } %}
              </div>
             {# Dark Themes #}
             <div class="d-flex">

+ 1 - 1
resource/styles/scss/_layout_kibela.scss

@@ -7,7 +7,7 @@
     color: #5882FA;
   }
   .bg-white {
-    background: rgb(254, 255, 254) !important;
+    background: #fefffe !important;
   }
   .logo {
     background: transparent;