diff --git a/resources/sass/client-custom/_general.scss b/resources/sass/client-custom/_general.scss index 6975d70..9e3e459 100644 --- a/resources/sass/client-custom/_general.scss +++ b/resources/sass/client-custom/_general.scss @@ -18,6 +18,13 @@ background: var(--xshop-secondary); } + +::selection { + color: var(--xshop-diff); + background-color: var(--xshop-primary); +} + + * { font-family: 'Vazirmatn', sans-serif; }