Skip to content

Commit

Permalink
refactor: link-alt in smol
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Mar 6, 2024
1 parent 895bc71 commit b7b78ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@
text-decoration: underline;
}

.link-alt,
.link-alt:visited,
.link-alt:visited:hover,
.link-alt:hover {
color: var(--white);
text-decoration: none;
}

.link-alt:visited:hover,
.link-alt:hover {
text-decoration: underline;
}

.hero {
padding: 5rem 0;
}
Expand Down
13 changes: 13 additions & 0 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,19 @@ figure {
monospace;
}

.link-alt,
.link-alt:visited,
.link-alt:visited:hover,
.link-alt:hover {
color: var(--white);
text-decoration: none;
}

.link-alt:visited:hover,
.link-alt:hover {
text-decoration: underline;
}

.text-3xl {
font-size: 2.5rem;
}
Expand Down

0 comments on commit b7b78ef

Please sign in to comment.