0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +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 {
counter-reset : phb-page-numbers;
}
*{
-webkit-print-color-adjust: exact;
}
.useSansSerif(){
font-family : ScalySans;
em{

View File

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