Просмотр исходного кода

Merge pull request #902 from weseek/fix/antarctic-theme

Fix/antarctic theme
Yuki Takei 7 лет назад
Родитель
Сommit
d41ef1b8f3

+ 1 - 1
public/images/themes/antarctic/bg.svg

@@ -5,7 +5,7 @@
 <defs>
   <filter id="transferOpacity">
     <feComponentTransfer>
-      <feFuncA type="table" tableValues="0 0.65"/>
+      <feFuncA type="table" tableValues="0 0.35"/>
     </feComponentTransfer>
   </filter>
 </defs>

+ 8 - 2
src/client/styles/agile-admin/inverse/colors/antarctic.scss

@@ -28,7 +28,8 @@ $info:$subthemecolor;
 @import 'apply-colors-light';
 
 // change color of highlighted header in wiki (default: orange)
-.code-line {
+.code-line,
+ul>.text-muted {
   color: $subthemecolor;
 }
 
@@ -62,7 +63,8 @@ $info:$subthemecolor;
 }
 
 table,
-.hljs {
+.hljs,
+.help-block {
   background-color: $background-color;
 }
 
@@ -79,6 +81,10 @@ table,
   border-top: none;
 }
 
+.help-block {
+  padding: 5px;
+}
+
 /*
  * Accentcolor (yellow)
  */