summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss
blob: 9ab4fcb1f5c162ca756f6491fa67756ed28a9d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.contactSection {
    background-color: #444;
    color: #ddd;

    a {
        color: #ddd;

        &:hover {
            color: #fff;
        }
    }

    .tudelftIcon {
        height: 100px;
    }

    .disclaimer {
        color: #cccccc;
    }
}