style blogroll

This commit is contained in:
gribse 2025-05-24 14:38:34 +02:00
parent 8981ceffed
commit 8cb13736bb

View file

@ -20,11 +20,6 @@
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 0;
padding: 10px;
transition: transform 0.2s, box-shadow 0.2s;
}
.blogroll-item:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.blogroll-name {
font-weight: bold;
@ -33,8 +28,17 @@
text-decoration: none;
color: var(--primary);
}
.blogroll-name a:hover {
color: var(--tertiary);
.blogroll a:hover {
color: var(--secondary);
text-decoration: underline;
}
.blogroll img {
width: 32px;
height: 32px;
object-fit: contain;
vertical-align: middle;
margin-right: 10px;
float: left;
}
.blogroll-desc {
flex-grow: 1; /* Allow description to take available space */