fix klausur pdf backgrounds with _backgroundColor directive
- remove !important from klausur css gradient (allows directive override) - add _backgroundColor directive to all klausur slides for pdf - web: shows css gradient stripes - pdf: shows solid color background
This commit is contained in:
@@ -55,13 +55,7 @@ section.klausur {
|
||||
#fce4ec 40px,
|
||||
#fff 40px,
|
||||
#fff 80px
|
||||
) !important;
|
||||
}
|
||||
@media print {
|
||||
section.klausur {
|
||||
background: url('./assets/klausur-pattern.svg') !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
);
|
||||
}
|
||||
section.aufgabe {
|
||||
background: #fce4ec !important;
|
||||
|
||||
Reference in New Issue
Block a user