Skip to content

Commit 989a2f9

Browse files
committed
Add slight transparencies
1 parent 9203fe4 commit 989a2f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sass/_base.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ h1.page-title {
7878
align-items: center;
7979
justify-content: center;
8080
gap: 0.75rem;
81+
opacity: 0.9;
8182
background-color: black;
8283
color: white;
8384
padding: 10px 20px;
@@ -104,6 +105,7 @@ h1.page-title {
104105
right: 20px;
105106
width: 60px;
106107
height: 60px;
108+
opacity: 0.85;
107109
background-color: black;
108110
border-radius: 50%;
109111
display: flex;
@@ -115,7 +117,7 @@ h1.page-title {
115117
cursor: pointer;
116118

117119
&:has(.fab-button-i.fa-times) {
118-
opacity: 0.6;
120+
opacity: 0.7;
119121
}
120122
}
121123

0 commit comments

Comments
 (0)