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
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user