w5isp.com/sass/overrides.scss

33 lines
617 B
SCSS

body[class*="theme-"] {
--bg-color: #14293a;
--fg-color: #d0d2d2;
--comment-color: #6790ac;
--blue-color: #6790ac;
--cyan-color: #336485;
--green-color: #6790ac;
--orange-color: #cb5e0b;
--red-color: #cb5e0b;
--yellow-color: #e8955b;
--magenta-color: #e8955b;
}
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;
}