File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ;
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 ) {
You can’t perform that action at this time.
0 commit comments