1
0
This commit is contained in:
syui 2024-04-11 03:59:00 +09:00
parent dce1950909
commit c9f1e47cd5
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 3 additions and 3 deletions

2
public

@ -1 +1 @@
Subproject commit 2754a9d583749fd74cac330a182d9e16097be021
Subproject commit aa819c9eebce4cbff785e99fefd8e9c0ac0e4266

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;