diff --git a/public/index.php b/public/index.php index 1cd0daa..fa36f98 100644 --- a/public/index.php +++ b/public/index.php @@ -98,19 +98,24 @@ background: var(--bg, #86c9a8); } #hinamizawa-used { - --value: ; + --value: ; + --over50: 50 ? '1' : '0'); ?> } #maebara-used { - --value: ; + --value: ; + --over50: 50 ? '1' : '0'); ?> } #houjou-used { - --value: ; + --value: ; + --over50: 50 ? '1' : '0'); ?> } #ryuuguu-used { - --value: ; + --value: ; + --over50: 50 ? '1' : '0'); ?> } #sonozaki-used { - --value: ; + --value: ; + --over50: 50 ? '1' : '0'); ?> }