summaryrefslogtreecommitdiff
path: root/client/src/styles/styles.css
blob: 4cdfe4cc9835d185369fe30deb8ecd79a67c1e0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.server-card {
    text-align: center;
    margin-bottom: 20px;
}

.server-card-image {
    border-radius: 50%;
}

.user-icon-image {
    border-radius: 50%;
}

/*
html, body {
    background-color: #121212 !important;
}
*/