settings menu styling + fix shows + fix back link and double redirects

Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
This commit is contained in:
mrjvs
2023-10-12 23:05:47 +02:00
parent 562ab8fa49
commit 5c1807c8f4
14 changed files with 200 additions and 42 deletions

View File

@@ -123,6 +123,17 @@ module.exports = {
audio: {
set: "#A75FC9"
},
context: {
background: "#0C1216",
light: "#4D79A8",
border: "#4F5C66",
type: {
main: "#617A8A",
secondary: "#374A56"
}
}
}
}