fix
This commit is contained in:
2
public
2
public
Submodule public updated: 2754a9d583...aa819c9eeb
@ -1384,7 +1384,7 @@ span.color-sixth {
|
||||
}
|
||||
|
||||
span.pattern-seven {
|
||||
background: repeating-radial-gradient(circle at center, #f1f1f1, #313131 3px, #fff700 3px);
|
||||
background: repeating-radial-gradient(circle at center, #fff700, #313131 3px, #000700 3px);
|
||||
background-position: 50% 50%;
|
||||
background-size: 120% 120%;
|
||||
mix-blend-mode: color-dodge;
|
||||
@ -1392,7 +1392,7 @@ span.pattern-seven {
|
||||
}
|
||||
|
||||
span.color-seven {
|
||||
background: linear-gradient(115deg, transparent 20%, #f1f1f1 30%, transparent 48% 52%, #313131 70%, transparent);
|
||||
background: linear-gradient(115deg, transparent 20%, #fff700 30%, transparent 48% 52%, #fff700 70%, transparent);
|
||||
background-position: 50% 50%;
|
||||
background-size: 200% 200%;
|
||||
mix-blend-mode: overlay;
|
||||
|
Reference in New Issue
Block a user