Skip to content

Commit 2631325

Browse files
committed
Fix css
1 parent 6a9c6c1 commit 2631325

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/public/css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ footer .contact-icons img {
666666

667667
.tag {
668668
font-size: 0.8rem;
669-
;
670669
padding: 0.3rem;
671670
background-color: var(--bg-primary-color);
672671
color: var(--text-primary-color);
@@ -796,6 +795,10 @@ footer .contact-icons img {
796795
transition: 0.3s;
797796
}
798797

798+
.simple-link:hover {
799+
background-color: var(--bg-secondary-color);
800+
}
801+
799802
.simple-link h2 {
800803
margin: 0;
801804
padding: 0;

0 commit comments

Comments
 (0)