Skip to content

Commit 6ff506f

Browse files
committed
Make it more obvious what state services are in
1 parent 9e37d17 commit 6ff506f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

styles/Home.module.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
column-width: 25ex;
3636
}
3737

38+
.servicelink {
39+
opacity: 0.7;
40+
}
41+
3842
.servicelink code {
3943
opacity: 0.5;
4044
font-family: monospace;
@@ -48,6 +52,15 @@
4852
bottom: 2px;
4953
}
5054

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+
5164
.servicelink.lifecycle-1 {
5265
opacity: 0.5;
5366
}
@@ -58,14 +71,13 @@
5871
}
5972

6073
.servicelink.lifecycle-3 code {
61-
text-decoration: line-through;
6274
opacity: 0.25;
6375
background: brown;
6476
}
6577

6678
.servicelink.lifecycle-4 {
6779
text-decoration: line-through;
68-
opacity: 0.5;
80+
opacity: 0.25;
6981
}
7082

7183
.servicelink.lifecycle-4 code {

0 commit comments

Comments
 (0)