Sfoglia il codice sorgente

change header letter color to white

ryuichi-e 6 anni fa
parent
commit
610aac4c4d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;
   }