update themes

This commit is contained in:
2023-12-19 00:43:27 +01:00
parent 2105296238
commit df62a40c2a
4 changed files with 20 additions and 8 deletions

View File

@@ -21,6 +21,14 @@ body {
background-color: rgb(37, 41, 45);
}
#matrixCard {
background: radial-gradient(#222, rgb(37, 41, 45))
}
.card-header {
text-shadow: 0 0 2px black;
}
.modal-title {
text-shadow: 0 0 8px var(--bs-light);
}