~mika/www.m1kadev.nl

ref: 54d875e671b33e7f5a281378dcba7d71c40ff005 www.m1kadev.nl/src/index.css -rw-r--r-- 997 bytes
54d875e6 — m1kadev colour redesign :)) 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bg-colour: #32174D;
}

body,
html {
    background-color: var(--bg-colour);
    margin: 0px;
}

#title>h1,
h3 {
    margin: 0px;
    transform: scale(0.79, 1.0);
}

#title>h3 {
    text-align: right;
}

h1 {
    margin: 0px;
    font-family: "Avenir Next Condensed";
    font-weight: normal;
}

#title {
    font-family: 'Times New Roman', Times, 'serif' !important;
    font-weight: bold;
    display: inline-block;
    color: #E0E0E0;
}

#content {
    font-family: "Avenir Next";
    color: #E0E0E0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
}

#main-focus {
    background-color: #00000080;
    width: 50vw;
    margin: auto;
    padding: 2em;
}

footer {
    display: flex;
    justify-content: space-between;
}

#lynx {
    justify-content: right;
}