We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e37d17 commit 6ff506fCopy full SHA for 6ff506f
styles/Home.module.css
@@ -35,6 +35,10 @@
35
column-width: 25ex;
36
}
37
38
+.servicelink {
39
+ opacity: 0.7;
40
+}
41
+
42
.servicelink code {
43
opacity: 0.5;
44
font-family: monospace;
@@ -48,6 +52,15 @@
48
52
bottom: 2px;
49
53
50
54
55
+.servicelink.lifecycle-1:hover,
56
+.servicelink.lifecycle-2:hover,
57
+.servicelink.lifecycle-3:hover,
58
+.servicelink.lifecycle-4:hover
59
+{
60
+ opacity: 1;
61
+ transition: opacity 0.5s ease;
62
63
51
64
.servicelink.lifecycle-1 {
65
66
@@ -58,14 +71,13 @@
71
72
73
.servicelink.lifecycle-3 code {
- text-decoration: line-through;
74
opacity: 0.25;
75
background: brown;
76
77
78
.servicelink.lifecycle-4 {
67
79
text-decoration: line-through;
68
- opacity: 0.5;
80
+ opacity: 0.25;
69
81
70
82
83
.servicelink.lifecycle-4 code {
0 commit comments