0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +00:00

update v3 drop cap tweak to match new styling

and change v3 drop cap to use only `background` rather than `background-image` so that the tweak snippet can easily change between gradient and just a regular color.

and re-order table menu so that the regular table snippet is at top.
This commit is contained in:
Gazook89
2021-09-05 15:40:08 -05:00
parent cf5a1cee24
commit 3063337eb2
3 changed files with 43 additions and 44 deletions

View File

@@ -145,7 +145,7 @@ body {
margin-top :-0.3cm;
padding-bottom :2px;
margin-bottom :-20px;
background-image : linear-gradient(-45deg, #322814, #998250, #322814);
background : linear-gradient(-45deg, #322814, #998250, #322814);
background-clip : text;
-webkit-background-clip : text;
color : rgba(0, 0, 0, 0);