mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
refactor: improve dark theme, add switch component etc, fix stuff
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -19,7 +19,9 @@ $modal: (
|
||||
'sidebar': #f0f0f0,
|
||||
'tab-active': rgba(219, 219, 219, 0.72),
|
||||
'sidebar-dark': #353b48,
|
||||
'tab-active-dark': rgba(65, 71, 84, .9)
|
||||
'tab-active-dark': rgba(65, 71, 84, .9),
|
||||
'modal-link': #5352ed,
|
||||
'modal-link-dark': #3498db
|
||||
);
|
||||
|
||||
$marketplace: (
|
||||
|
||||
Reference in New Issue
Block a user