aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 2fc9aee22268547a6e39ee5d197f165a9fab39b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
body{
    font-size: 15;
    font-family: 'Courier New', Courier, monospace;
}

#Topbar {
    color: white;
    display: flex;
    flex-direction: row;
    background-color: black;
}