Add rounded border to "stack" articles
Not sure when this broke.
This commit is contained in:
@@ -371,6 +371,15 @@ article > p,
|
||||
font-size: 1.45rem;
|
||||
color: var(--background-primary);
|
||||
}
|
||||
.lane.stack > article {
|
||||
border-radius: 0.5rem;
|
||||
border: thin solid var(--background-secondary);
|
||||
}
|
||||
.lane.stack > article > header,
|
||||
.lane.stack > article > h3 {
|
||||
border-top-left-radius: 0.5rem;
|
||||
border-top-right-radius: 0.5rem;
|
||||
}
|
||||
.lane > article > header a,
|
||||
.lane > article > h3 a {
|
||||
color: var(--link-secondary);
|
||||
|
Reference in New Issue
Block a user