Skip to content

Commit

Permalink
Fix announcement and trending section styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloThys committed Sep 18, 2023
1 parent 12e0da5 commit 075c94c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ main {
}

.announcements > div > h1 {
cursor: pointer;
font-size: 1.25rem;
margin: 0;
}
Expand Down Expand Up @@ -353,4 +354,9 @@ main {

.at {
font-weight: 700;
cursor: pointer;
}

.at:hover {
text-shadow: 0px 0px 1px var(--secondary-brown);
}

0 comments on commit 075c94c

Please sign in to comment.