We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9203fe4 commit 989a2f9Copy full SHA for 989a2f9
sass/_base.scss
@@ -78,6 +78,7 @@ h1.page-title {
78
align-items: center;
79
justify-content: center;
80
gap: 0.75rem;
81
+ opacity: 0.9;
82
background-color: black;
83
color: white;
84
padding: 10px 20px;
@@ -104,6 +105,7 @@ h1.page-title {
104
105
right: 20px;
106
width: 60px;
107
height: 60px;
108
+ opacity: 0.85;
109
110
border-radius: 50%;
111
display: flex;
@@ -115,7 +117,7 @@ h1.page-title {
115
117
cursor: pointer;
116
118
119
&:has(.fab-button-i.fa-times) {
- opacity: 0.6;
120
+ opacity: 0.7;
121
}
122
123
0 commit comments