add avatar
This commit is contained in:
@@ -24,3 +24,21 @@ body {
|
||||
height: auto;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* лёгкая тень */
|
||||
}
|
||||
|
||||
/* Blog specific styles */
|
||||
.post-entry {
|
||||
margin-bottom: 2rem;
|
||||
padding: 1.5rem;
|
||||
background: rgba(var(--entry), 0.8);
|
||||
border-radius: 8px;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
.post-entry:hover {
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.entry-content h2 {
|
||||
margin-top: 2rem;
|
||||
color: rgb(var(--primary));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user