Render blog posts from Forgejo
This commit is contained in:
parent
6671a01d26
commit
0a9b052beb
6 changed files with 366 additions and 48 deletions
|
|
@ -268,7 +268,8 @@ textarea {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.course-card-button {
|
||||
.course-card-button,
|
||||
.post-card-button {
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
|
|
@ -276,7 +277,9 @@ textarea {
|
|||
}
|
||||
|
||||
.course-card-button:hover,
|
||||
.course-card-button:focus-visible {
|
||||
.course-card-button:focus-visible,
|
||||
.post-card-button:hover,
|
||||
.post-card-button:focus-visible {
|
||||
background: var(--panel-hover);
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue