adjust new opacities

This commit is contained in:
earlman 2021-04-04 13:24:59 -05:00
parent ff8c2fe227
commit 50c702c00a

View File

@ -37,12 +37,12 @@ body {
.dimmed {
color: var(--color-text);
opacity: 0.6;
opacity: 0.4;
}
.normal {
color: var(--color-text);
opacity: 0.8;
opacity: 0.7;
}
.bright {