#43 : Move colors and values to css vars

This commit is contained in:
Vadim
2021-07-15 13:17:33 +03:00
parent 629e0232d1
commit c3957ca4f3
4 changed files with 17 additions and 11 deletions

View File

@@ -318,6 +318,12 @@
</div>
<style>
:root {
--sc-color-rgb-light-50p: rgba(93, 93, 93, 0.5);
--sc-color-rgb-light: #5d5d5d;
--sc-color-hex-dark-50p: rgba(30, 30, 30, 0.5);
--sc-color-hex-dark: #1e1e1e;
}
.sc-carousel__carousel-container {
display: flex;
width: 100%;