mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
14 lines
337 B
SCSS
14 lines
337 B
SCSS
:root {
|
|
--mind-brand-color: #e455df;
|
|
--mind-brand-darken-color: #bb56df;
|
|
}
|
|
|
|
// Gradients for logos.
|
|
@supports (-webkit-background-clip: text) {
|
|
.mind-post-toolbar-toggle button,
|
|
.mind-popup-footer-logo {
|
|
background: linear-gradient(to right, #e455df, #4376ec);
|
|
background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
}
|