Added a nice new light pastel blue theme
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s

This commit is contained in:
2025-03-06 15:41:06 +00:00
parent f34761d094
commit 3557a6a6ad
4 changed files with 34 additions and 15 deletions

View File

@ -44,13 +44,13 @@
max-width: 80%;
}
.error {
background: IndianRed;
background: var(--red);
}
.success {
background: MediumSeaGreen;
background: var(--green);
}
.info {
background: SkyBlue;
background: var(--blue);
}
.text {
margin-left: 1rem;