added classes for stuve colors
Build and Push Docker image / build-and-push (push) Successful in 2m34s Details

This commit is contained in:
Valentin Kolb 2024-03-18 16:00:49 +01:00
parent 0afc5d2477
commit c7ea2f9037
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Dieses Repo enthält das Theming und zusätzlich Client-Side Scripte für das da
<link rel="stylesheet" href="https://wiki.stuve.uni-ulm.de/c/styles/tables.css">
<link rel="stylesheet" href="https://wiki.stuve.uni-ulm.de/c/styles/template-engine.css">
<link rel="stylesheet" href="https://wiki.stuve.uni-ulm.de/c/styles/boxes.css">
<link rel="stylesheet" href="https://wiki.stuve.uni-ulm.de/c/styles/stuve-colors.css">
```
#### HTML Body Injections

View File

@ -36,4 +36,4 @@
.Text-Default {
color: unset !important;
}
}