mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
16 lines
226 B
CSS
16 lines
226 B
CSS
#error-view-content {
|
|
align-items: center;
|
|
background-color: #ff0000BB;
|
|
}
|
|
|
|
#error-additional-info {
|
|
padding: 0;
|
|
margin: 0;
|
|
color: white;
|
|
font-family: monospace;
|
|
}
|
|
|
|
#error-summary {
|
|
color: white;
|
|
}
|