Skip to content

Commit 1ebd8ac

Browse files
committed
chore: fix lint scss
1 parent 4cdfafc commit 1ebd8ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/themes/_dark.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
&:hover {
149149
transform: translateY(-2px);
150-
border-color: rgba(107, 166, 255, 0.2);
150+
border-color: rgb(107 166 255 / 20%);
151151
box-shadow: rgb(0 0 0 / 40%) 0 12px 40px 0,
152152
rgb(198 205 219 / 10%) 0 0 0 1px,
153153
rgb(107 166 255 / 15%) 0 2px 8px 0;
@@ -170,14 +170,14 @@
170170

171171
/* Enhanced image borders */
172172
.card img {
173-
border: 1px solid rgba(74, 81, 96, 0.5);
173+
border: 1px solid rgb(74 81 96 / 50%);
174174
border-radius: 0.5rem;
175175
}
176176

177177
/* Sidebar cu bordură subtilă pentru a o separa de content */
178178
#sidebar {
179179
border-right: 1px solid #3a3f48;
180-
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
180+
box-shadow: 2px 0 8px rgb(0 0 0 / 15%);
181181
}
182182

183183
#archives li:nth-child(odd) {

0 commit comments

Comments
 (0)