Browse Source

style(nightmode): Code blocks and edituser section

Owen Diffey 3 years ago
parent
commit
b77716ab8f
2 changed files with 13 additions and 0 deletions
  1. 9 0
      frontend/src/App.vue
  2. 4 0
      frontend/src/components/modals/EditUser.vue

+ 9 - 0
frontend/src/App.vue

@@ -330,6 +330,15 @@ export default {
 	.tippy-box[data-theme~="songActions"] {
 		background-color: var(--dark-grey);
 	}
+
+	code {
+		background-color: var(--dark-grey-2) !important;
+	}
+}
+
+code {
+	background-color: var(--light-grey) !important;
+	color: var(--red) !important;
 }
 
 body.night-mode {

+ 4 - 0
frontend/src/components/modals/EditUser.vue

@@ -219,6 +219,10 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+.night-mode .section {
+	background-color: transparent !important;
+}
+
 .section {
 	padding: 15px 0 !important;
 }