-
Notifications
You must be signed in to change notification settings - Fork 0
/
web.css
66 lines (50 loc) · 1.1 KB
/
web.css
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
60
61
62
63
64
65
#now .statuslol_content a,
#now .statuslol_content p,
#now .statuslol_content li,
#now .statuslol_content em,
#now .statuslol_content strong {
font-size: 0.8em;
overflow-wrap: inherit;
color: #111;
text-shadow: none;
}
#now .statuslol_content a {
color: #111;
border-bottom: 1px dotted #111;
text-decoration: none;
text-decoration-line: none;
text-decoration-thickness: initial;
text-decoration-style: initial;
overflow-wrap: break-word;
}
#now .statuslol_content code {
color: #111;
background: #ced4da;
display: inline-block;
padding: 0.2em 0.3em;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}
#now .statuslol_content img {
width: 100%;
}
#plug p {
font-size: 0.8em;
}
/* tagline cursor animation */
#typo::after {
content: "";
width: 0.5rem;
height: 1.2rem;
background: #B2F2BB;
display: inline-block;
margin-left: 0.2rem;
vertical-align: middle;
animation: cursor-blink 1.5s steps(2) infinite;
}
@keyframes cursor-blink {
0% {
opacity: 0;
}
}