aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/assets/main.scss
blob: 168a03491b85d8952a18972374011b8b4eb07841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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;
}