~mika/www.m1kadev.nl

ref: 8b257263ee51a5d6ad924efb845bb33eb5637ed6 www.m1kadev.nl/styles/index.css -rw-r--r-- 251 bytes
8b257263 — m1kadev if i were a lesser person i'd amend the previous commit for this 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#motd {
    color: var(--txt-colour);
    font-family: "Space Grotesk", sans-serif;
}

#motd>h2 {
    position: relative;
    float: right;
    writing-mode: vertical-rl;
    text-decoration: none;
    margin: 0;
    padding: .5em;
    height: 67vh;
}