Skip to content

Commit 92283a3

Browse files
committed
Udpated
1 parent bb71c70 commit 92283a3

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/stylesheets/collection.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
background: none;
2929
border: none;
3030
padding: 0;
31-
color: $muted-gray;
31+
color: $dark-gray;
3232
cursor: pointer;
3333
font-size: 0.8rem;
3434
margin-bottom: 1em;
3535

3636
&:hover,
3737
&:focus-visible {
38-
color: $dark-gray;
38+
color: $blue-dark;
3939
text-decoration: underline;
4040
}
4141
}
@@ -55,7 +55,7 @@
5555

5656
dd {
5757
margin-left: 0;
58-
color: $muted-gray;
58+
color: $dark-gray;
5959
}
6060
}
6161

src/stylesheets/colors.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ $red-tint: tint($red, 30%);
1010
$light-gray: #D7D4D0;
1111
$medium-gray: #DDD;
1212
$medium-dark-gray: #AAA;
13-
$muted-gray: #777;
1413
$dark-gray: #080807;
1514
$gray-tint: #F5F5F4;
1615
$gray-border: #CCCCCC;

0 commit comments

Comments
 (0)