fix klausur slide pdf rendering with @media print fallback
This commit is contained in:
@@ -57,6 +57,11 @@ section.klausur {
|
||||
#fff 80px
|
||||
) !important;
|
||||
}
|
||||
@media print {
|
||||
section.klausur {
|
||||
background: #e3f2fd !important;
|
||||
}
|
||||
}
|
||||
section.aufgabe {
|
||||
background: #e3f2fd !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user