Update support.css

This commit is contained in:
Frank Hochmuth 2024-03-21 22:59:23 +01:00 committed by GitHub
parent 8413b2cf87
commit 22484f8237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,19 +3,19 @@
}
.support-data ul li {
list-style-type: none;
list-style-type: none
}
.support-data .error {
color: #990000;
color: #990000
}
.support-data .attention {
color: #D35400;
color: #D35400
}
.support-data .success {
color: #0E7924;
color: #0E7924
}
/* hidden code block - only becomes visible when pasted - onion juice ink - magic */
@ -28,3 +28,19 @@
margin: 0;
font-size: 0px
}
/* Compatibility */
.support-data p {
line-height: unset !IMPORTANT;
margin-top: unset !IMPORTANT
}
.support-data ul li::before {
content: unset !IMPORTANT
}
.support-data ul {
margin-left: 2em !IMPORTANT;
padding-top: unset;
padding-bottom: unset
}