Skip to content

Commit 7f11d75

Browse files
committed
Bottom border in style.css
1 parent ec500fc commit 7f11d75

5 files changed

Lines changed: 40 additions & 38 deletions

File tree

public/about.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/posts/2014-3-24-backdoor-2014-bin100.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/posts/2018-11-22-smasher50pts.html

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ img {
8181
font-weight: 500;
8282
padding: 0.3rem 0.8rem;
8383
border: 2px solid var(--accent-primary);
84+
border-bottom: 4px solid var(--accent-secondary);
8485
transition: all 0.2s ease;
8586

8687
}

theme/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ img {
8181
font-weight: 500;
8282
padding: 0.3rem 0.8rem;
8383
border: 2px solid var(--accent-primary);
84+
border-bottom: 4px solid var(--accent-secondary);
8485
transition: all 0.2s ease;
8586

8687
}

0 commit comments

Comments
 (0)