33 lines
617 B
SCSS
33 lines
617 B
SCSS
body[class*="theme-"] {
|
|
--bg-color: #282c34;
|
|
--fg-color: #abb2bf;
|
|
--comment-color: #5c6370;
|
|
--blue-color: #61afef;
|
|
--cyan-color: #56b6c2;
|
|
--green-color: #98c379;
|
|
--orange-color: #d19a66;
|
|
--red-color: #e06c75;
|
|
--yellow-color: #e5c07b;
|
|
--magenta-color: #c678dd;
|
|
}
|
|
|
|
h1:before,
|
|
h2:before,
|
|
h3:before,
|
|
h4:before,
|
|
h5:before,
|
|
h6:before {
|
|
content: none;
|
|
}
|
|
|
|
.floatingchat-container-wrap,
|
|
.floatingchat-container-wrap-mobi {
|
|
left: auto !important;
|
|
right: 25px !important;
|
|
}
|
|
|
|
.floating-chat-kofi-popup-iframe,
|
|
.floating-chat-kofi-popup-iframe-mobi {
|
|
left: auto !important;
|
|
right: 25px !important;
|
|
}
|