0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 02:02:43 +00:00

trying to force backgroudn graphics

This commit is contained in:
Scott Tolksdorf
2016-08-09 13:37:35 -04:00
parent 91c7f45d33
commit f22fd73162
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
body { body {
counter-reset : phb-page-numbers; counter-reset : phb-page-numbers;
} }
*{
-webkit-print-color-adjust: exact;
}
.useSansSerif(){ .useSansSerif(){
font-family : ScalySans; font-family : ScalySans;
em{ em{

View File

@@ -202,6 +202,9 @@ table {
body { body {
counter-reset: phb-page-numbers; counter-reset: phb-page-numbers;
} }
* {
-webkit-print-color-adjust: exact;
}
.phb { .phb {
column-count: 2; column-count: 2;
column-fill: auto; column-fill: auto;