summaryrefslogtreecommitdiffstats
path: root/global.css
blob: 10a5b1b812f250fa9782cdf0977fcb2e472197a7 (plain)
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
body {
    margin: 0 auto;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:visited {
    color: initial;
}

a:hover *,
a:active * {
    color: orange !important;
}

a,
h1,
h2,
h3 {
    color: #454545;
}

input {
    padding: 5px;
}

button {
    cursor: pointer;
}