-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
61 lines (49 loc) · 1.01 KB
/
Copy pathindex.css
File metadata and controls
61 lines (49 loc) · 1.01 KB
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
@tailwind base;
@tailwind components;
@tailwind utilities;
.link {
text-decoration: underline;
text-decoration-thickness: 2px;
text-decoration-skip-ink: none;
text-decoration-color: #00b7eb;
}
.link.link-muted {
text-decoration-style: dotted;
text-decoration-thickness: 1px;
text-decoration-color: currentColor;
}
.enable-colored-links {
.link-uw {
text-decoration-color: #4A2E83;
}
.link-black {
text-decoration-color: #000;
}
.link-red {
text-decoration-color: #f01b1a;
}
.link-blue {
text-decoration-color: #1a2ff0;
}
.link-green {
text-decoration-color: #01d117;
}
.link-matt {
text-decoration-color: #e95420;
}
.link-yellow {
text-decoration-color: #ffed27;
}
}
.img-silhouette {
padding: 0.20rem;
background-color: #00b7eb;
position: relative;
top: -0.7rem;
left: -0.7rem;
}
.img-silhouette-shift {
position: relative;
top: 0.7rem;
left: 0.7rem;
}