Skip to content

Commit 87066df

Browse files
committed
Safari issue fix
1 parent 37048fc commit 87066df

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/fibonacci.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fibonacci-blog-template",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A simplistic read-friendly blog template built with golden ratio",
55
"scripts": {
66
"start": "webpack-dev-server --config webpack.dev.config.js",

src/scss/site/_site.scss

+5
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,12 @@ html, body {
116116

117117
background: linear-gradient(fibVars.$brand-color, fibVars.$brand-dark);
118118
-webkit-background-clip: text;
119+
-moz-background-clip: text;
120+
background-clip: text;
119121
-webkit-text-fill-color: transparent;
122+
-moz-text-fill-color: transparent;
123+
text-fill-color: transparent;
124+
text-shadow: 0px 0px #00000000;
120125
color: lighten(fibVars.$brand-color, 3%);
121126

122127
&::after {

0 commit comments

Comments
 (0)