Profile pages now display user status.

This commit is contained in:
rainbow napkin 2025-09-18 02:43:43 -04:00
parent 6445950f90
commit 1384b02f4d
11 changed files with 119 additions and 5 deletions

View file

@ -31,6 +31,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
--accent0-alt1: rgb(70, 70, 70);
--accent1: rgb(245, 245, 245);
--accent1-alt0: rgb(185, 185, 185);
--accent1-alt1: rgb(124, 124, 124);
--accent2: var(--accent0-alt0);
--focus0: rgb(51, 153, 51);
@ -157,6 +158,14 @@ textarea{
text-shadow: var(--focus-glow0);
}
.positive-low{
color: var(--focus0);
}
.inactive{
color: var(--accent1-alt1);
}
.danger-button{
background-color: var(--danger0);
color: var(--accent1);