Files
soft_usite/resources/src/sass/landing.scss
T
2025-02-06 14:22:29 -05:00

38 lines
407 B
SCSS

body {
background-image: url("../img/pattern.svg");
}
.string {
color: green;
}
.number {
color: darkorange;
}
.boolean {
color: blue;
}
.null {
color: magenta;
}
.key {
color: red;
}
.hero_button {
background-color: #0a165c !important;
color: #fff !important;
transition: all .5s ease
}
.hero_button:hover {
background-color: #6074edff !important
}
.container {
width: 70%;
}