mirror of
https://github.com/mue/mue.git
synced 2026-07-26 18:21:27 +02:00
style: make colours more like site
This commit is contained in:
@@ -64,10 +64,10 @@ $themes: (
|
||||
'btn-background': #fff,
|
||||
'btn-backgroundHover': rgb(247 250 252 / 90%),
|
||||
'modal-background': #fff,
|
||||
'modal-sidebar': rgb(240 240 240 / 100%),
|
||||
'modal-sidebarActive': rgb(219 219 219 / 72%),
|
||||
'modal-sidebar': #feffff,
|
||||
'modal-sidebarActive': #f5f5f5,
|
||||
'modal-secondaryColour': #fafafa,
|
||||
'link': #5352ed,
|
||||
'link': #ff5c25,
|
||||
'slightGradient': linear-gradient(#fff, #ddd),
|
||||
),
|
||||
dark: (
|
||||
@@ -75,16 +75,16 @@ $themes: (
|
||||
'background': rgb(0 0 0 / 70%),
|
||||
'backgroundBlur': 15px,
|
||||
'color': rgb(255 255 255),
|
||||
'subColor': #c2c2c2,
|
||||
'subColor': #a0a0a0,
|
||||
'borderRadius': 12px,
|
||||
'boxShadow': 0 0 0 1px #484848,
|
||||
'btn-background': #222,
|
||||
'btn-backgroundHover': #565656,
|
||||
'modal-background': #0a0a0a,
|
||||
'modal-sidebar': #0e1013,
|
||||
'modal-sidebarActive': #333,
|
||||
'modal-sidebar': #151515,
|
||||
'modal-sidebarActive': #262626,
|
||||
'modal-secondaryColour': #111,
|
||||
'link': rgb(115 115 255),
|
||||
'link': #ff5c25,
|
||||
'slightGradient': linear-gradient(#0e1013, #322a2a),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user