Skip to content

Commit

Permalink
Small style bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Nov 7, 2024
1 parent cf1c741 commit e897288
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jekyll-src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ aside {
padding: 4px 6px 4px 0;
color: var(--text-color);
display: flex;
text-decoration: none;

&:hover {
color: white;
Expand Down Expand Up @@ -141,6 +140,10 @@ body {
font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";

a {
text-decoration: none;
}

main {
word-wrap: break-word;
width: 100%;
Expand All @@ -163,7 +166,6 @@ body {

a {
color: var(--text-color);
text-decoration: none;
}
}

Expand Down

0 comments on commit e897288

Please sign in to comment.