Procházet zdrojové kódy

added alert color for default[dark] theme

白石誠 před 5 roky
rodič
revize
8c1e412047
1 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. 13 0
      src/client/styles/scss/theme/default.scss

+ 13 - 0
src/client/styles/scss/theme/default.scss

@@ -219,4 +219,17 @@ html[dark] {
 
   // Button
   // [TODO: appply colors to three stranded button]
+
+  /*
+  * Not Found Alert
+  */
+  .grw-not-found-alert {
+    .not-found-alert-text {
+      color: $accent;
+    }
+    .create-page-btn {
+      background-color: $accent;
+    }
+    border: 1px solid $accent;
+  }
 }