« get me outta code hell

site-basic.css « static « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site-basic.css
blob: 586f37b52a6195dfe3b9e6e8d280e0607bcd26c1 (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;
}