« get me outta code hell

site-basic.css « static - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static/site-basic.css
blob: d26584ae85f7abd6ec3cf0e7f4e2d590f1f0453d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * For redirects and stuff like that.
 * Small file, not so much helped 8y this comment.
 */

html {
    background-color: #222222;
    color: white;
}

body {
    padding: 15px;
}

main {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px dotted white;
    padding: 20px;
}