Selaa lähdekoodia

fix: Change 404 button background color

Owen Diffey 3 vuotta sitten
vanhempi
commit
571df9480d
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. 11 0
      frontend/src/App.vue

+ 11 - 0
frontend/src/App.vue

@@ -335,6 +335,11 @@ export default {
 	code {
 		background-color: var(--dark-grey-2) !important;
 	}
+
+	.button.is-dark {
+		background-color: var(--light-grey) !important;
+		color: var(--dark-grey-2) !important;
+	}
 }
 
 /* inter-regular - latin */
@@ -1210,6 +1215,12 @@ button.delete:focus {
 		border-width: 0;
 		color: rgba(0, 0, 0, 0.7);
 	}
+
+	&.is-dark {
+		background-color: var(--dark-grey-2);
+		border-width: 0;
+		color: var(--light-grey);
+	}
 }
 
 .input,