Fix mozilla warning

This commit is contained in:
Raymond Hill 2023-02-13 13:14:54 -05:00
parent 10e680c2ef
commit e39f815a73
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ body {
align-items: stretch;
align-self: stretch;
display: inline-flex;
justify-content: stretch
justify-content: stretch;
user-select: none;
}
#themeMood > span {