github.io/it1/main.css
2020-03-27 22:24:01 +01:00

14 lines
192 B
CSS

body {
background-color: rgb(24, 26, 27);
color: rgb(218, 215, 210);
}
li.right > ul { /* TODO: FIX! */
align-content: right;
}
#oppgaver {
margin-left: 3vh;
}