Use new SCSS vars

This commit is contained in:
Michael Telatynski 2021-09-08 15:30:19 +01:00
parent 911ca07da4
commit 29b4ba6675
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ limitations under the License.
> details {
> summary {
cursor: pointer;
color: $primary-fg-color;
color: $primary-content;
}
& + .mx_SettingsFlag {