Explorar el Código

change header letter color to white

ryuichi-e hace 6 años
padre
commit
610aac4c4d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/client/styles/scss/theme/_apply-colors-kibela.scss

+ 3 - 0
src/client/styles/scss/theme/_apply-colors-kibela.scss

@@ -123,6 +123,9 @@ body.kibela {
   }
 
   /* Modal */
+  .modal-title {
+    color: #ffffff;
+  }
   .modal-content {
     background-color: $themelight;
   }