Slightly increase text size

c42cf748b3908f4d253c58b703733ce8c63e5fbc

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -3948,7 +3948,7 @@ body #toast-container>div {
3948 filter: unset;3948 filter: unset;
3949 -ms-filter: unset;3949 -ms-filter: unset;
3950 padding: 5px 5px 10px 50px;3950 padding: 5px 5px 10px 50px;
3951 font-size: calc(var(--mainFontSize) * 0.9);3951 font-size: calc(var(--mainFontSize) * 0.95);
3952 width: 300px;3952 width: 300px;
3953}3953}
39543954