Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82464b7

Browse filesBrowse files
committed
Relative url
1 parent c50b15e commit 82464b7
Copy full SHA for 82464b7

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎sass/_typography.scss

Copy file name to clipboardExpand all lines: sass/_typography.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ hr {
5252
height: 1em;
5353
aspect-ratio: 1.5;
5454
background-color: currentColor;
55-
mask-image: url(/8bit-ferris.svg);
55+
mask-image: url(./8bit-ferris.svg);
5656
mask-size: contain;
5757
}
5858
}

‎sass/style.scss

Copy file name to clipboardExpand all lines: sass/style.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ footer {
125125
height: 1.5em;
126126
aspect-ratio: 1.5;
127127
background-color: color-mix(in oklab, var(--accent-color), currentColor 20%);
128-
mask-image: url(/8bit-ferris.svg);
128+
mask-image: url(./8bit-ferris.svg);
129129
mask-size: contain;
130130
}
131131

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.