We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c6c1 commit 2631325Copy full SHA for 2631325
resources/public/css/style.css
@@ -666,7 +666,6 @@ footer .contact-icons img {
666
667
.tag {
668
font-size: 0.8rem;
669
- ;
670
padding: 0.3rem;
671
background-color: var(--bg-primary-color);
672
color: var(--text-primary-color);
@@ -796,6 +795,10 @@ footer .contact-icons img {
796
795
transition: 0.3s;
797
}
798
+.simple-link:hover {
799
+ background-color: var(--bg-secondary-color);
800
+}
801
+
802
.simple-link h2 {
803
margin: 0;
804
padding: 0;
0 commit comments