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:
@@ -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{
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user