mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
26 lines
332 B
SCSS
26 lines
332 B
SCSS
.postLink {
|
|
text-decoration: none;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.postLink:hover {
|
|
text-decoration: none;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.postListItem {
|
|
margin: 4px 0;
|
|
padding: 8px 4px;
|
|
}
|
|
|
|
.postTitle {
|
|
color: black;
|
|
font-weight: 500;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.postBoard {
|
|
color: grey;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
} |