aboutsummaryrefslogtreecommitdiff
path: root/extension/style.css
blob: 1900986917771deb040000f3624992b8fa4c5d21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: #393939;
}