mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Update links from graphite.rs to graphite.art
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
&.left {
|
||||
padding-left: 160px;
|
||||
margin-left: -160px;
|
||||
-webkit-mask-image: url("https://static.graphite.rs/textures/torn-edge-left__2.png");
|
||||
mask-image: url("https://static.graphite.rs/textures/torn-edge-left__2.png");
|
||||
-webkit-mask-image: url("https://static.graphite.art/textures/torn-edge-left__2.png");
|
||||
mask-image: url("https://static.graphite.art/textures/torn-edge-left__2.png");
|
||||
-webkit-mask-position: top left;
|
||||
mask-position: top left;
|
||||
}
|
||||
@@ -63,8 +63,8 @@
|
||||
&.right {
|
||||
padding-right: 160px;
|
||||
margin-right: -160px;
|
||||
-webkit-mask-image: url("https://static.graphite.rs/textures/torn-edge-right__2.png");
|
||||
mask-image: url("https://static.graphite.rs/textures/torn-edge-right__2.png");
|
||||
-webkit-mask-image: url("https://static.graphite.art/textures/torn-edge-right__2.png");
|
||||
mask-image: url("https://static.graphite.art/textures/torn-edge-right__2.png");
|
||||
-webkit-mask-position: top right;
|
||||
mask-position: top right;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
.feature-box-narrow,
|
||||
.feature-box-outer {
|
||||
padding: calc(var(--feature-box-padding) * var(--variable-px));
|
||||
background-image: url("https://static.graphite.rs/textures/noise.png");
|
||||
background-image: url("https://static.graphite.art/textures/noise.png");
|
||||
background-blend-mode: overlay;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
// Dimensions: 480x40
|
||||
height: 100%;
|
||||
margin-top: -0.2em;
|
||||
background: url("https://static.graphite.rs/textures/text-sketch-underline.png");
|
||||
background: url("https://static.graphite.art/textures/text-sketch-underline.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user