summaryrefslogtreecommitdiffstats
path: root/style.css
blob: f53e1071c1260aff975aa4a9c00fbeba5203a5ae (plain) (blame)
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
:root {
  background: #122;
}

/* --- LOGO --- */

#logo {
  position: relative;
  display: none;
}

#logo > :first-child {
  color: #000;
  position: absolute;
  font-weight: 700;
  filter: drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 3px #f77) drop-shadow(0px 0px 2px #f00);
}

#logo > :last-child {
  color: #fff;
  position: absolute;
}

/* --- BORDER --- */

.border {
  border: 22px solid #0000;
  border-image: url(/border.png) 22;
  border-image-repeat: round;
}