1
0
This commit is contained in:
2024-04-11 03:59:00 +09:00
parent dce1950909
commit c9f1e47cd5
2 changed files with 3 additions and 3 deletions

2
public

Submodule public updated: 2754a9d583...aa819c9eeb

View File

@ -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;