mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 06:02:46 +00:00
Revert dropcap background to background-image
Changing to just `background` undoes `background-clip` as well. This is more explicit.
This commit is contained in:
@@ -106,7 +106,7 @@ module.exports = [
|
|||||||
.page h1 + p::first-letter {
|
.page h1 + p::first-letter {
|
||||||
font-family: SolberaImitationRemake;
|
font-family: SolberaImitationRemake;
|
||||||
font-size: 3.5cm;
|
font-size: 3.5cm;
|
||||||
background: linear-gradient(-45deg, #322814, #998250, #322814);
|
background-image: linear-gradient(-45deg, #322814, #998250, #322814);
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}\n\n`
|
}\n\n`
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -146,10 +146,10 @@ body {
|
|||||||
font-size : 3.5cm;
|
font-size : 3.5cm;
|
||||||
padding-left : 40px; //Allow background color to extend into margins
|
padding-left : 40px; //Allow background color to extend into margins
|
||||||
margin-left : -40px;
|
margin-left : -40px;
|
||||||
margin-top :-0.3cm;
|
margin-top : -0.3cm;
|
||||||
padding-bottom :2px;
|
padding-bottom : 2px;
|
||||||
margin-bottom :-20px;
|
margin-bottom : -20px;
|
||||||
background : linear-gradient(-45deg, #322814, #998250, #322814);
|
background-image : linear-gradient(-45deg, #322814, #998250, #322814);
|
||||||
background-clip : text;
|
background-clip : text;
|
||||||
-webkit-background-clip : text;
|
-webkit-background-clip : text;
|
||||||
color : rgba(0, 0, 0, 0);
|
color : rgba(0, 0, 0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user