aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/assets/main.scss
blob: d4a86e7970a94049e351a56d0c15e547f8e58814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#footer-content .footer-lower {
    @apply hidden;
}

.env-bg {
    font-family: "Source Sans Pro", Geneva, Verdana, sans-serif;
    background: #f7f7f7;
    @apply dark:bg-dark-900;
    @apply text-gray-700 dark:text-gray-300;
}

.env-bg-gradient {
    background: #98E4C8;
    background: -webkit-linear-gradient(bottom right, #98E4C8, #2C6BC3);
    background: -moz-linear-gradient(bottom right, #98E4C8, #2C6BC3);
    background: linear-gradient(to top left, #98E4C8, #2C6BC3);
    @apply text-gray-700;
}

.text-bg{
    @apply text-gray-700 dark:text-gray-400;
}