Restore -offline value (#11287)

This commit is contained in:
Germain 2023-07-18 09:36:58 +01:00 committed by GitHub
parent c8ddeb8e8a
commit 599d19d094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -166,7 +166,10 @@ $rte-code-bg-color: rgba(0, 0, 0, 0.04);
/* Presence */
/* ******************** */
$presence-away: #d9b072;
$presence-offline: $quinary-content;
/* not using a compound color here for now as we want to have the same color in
light and dark theme. Until we have a non-symetrical token for it, let's keep
it hardcoded to the following value */
$presence-offline: #e3e8f0;
$presence-busy: $alert;
/* ******************** */