Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Dec 19, 2023
1 parent 6a9c6c1 commit 2631325
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ footer .contact-icons img {

.tag {
font-size: 0.8rem;
;
padding: 0.3rem;
background-color: var(--bg-primary-color);
color: var(--text-primary-color);
Expand Down Expand Up @@ -796,6 +795,10 @@ footer .contact-icons img {
transition: 0.3s;
}

.simple-link:hover {
background-color: var(--bg-secondary-color);
}

.simple-link h2 {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 2631325

Please sign in to comment.