Fix HTML export missing a bunch of Compound variables (#12774)

This commit is contained in:
Michael Telatynski 2024-07-15 11:33:41 +01:00 committed by GitHub
parent 38e1da5626
commit b4ef5d3cc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 315 additions and 173 deletions

View file

@ -18,6 +18,11 @@ limitations under the License.
This file is raw-imported (imported as plain text) for the export bundle, which is the reason for the .css format and the colours being hard-coded hard-coded.
*/
html,
body {
font-size: var(--cpd-font-size-root) !important;
}
#snackbar {
display: flex;
visibility: hidden;