Skip to content

Commit

Permalink
formatted aside links
Browse files Browse the repository at this point in the history
  • Loading branch information
to7m committed Aug 5, 2024
1 parent 45b36e7 commit 4d63d10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion public_html/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public_html/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scss/_colours.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$black: rgb(0%, 0%, 0%);
$white: rgb(100%, 100%, 100%);
$blue: rgb(32%, 71%, 80%);
$transparent: rgba(0%, 0%, 0%, 0%);
$white: rgb(100%, 100%, 100%);
3 changes: 2 additions & 1 deletion scss/body/_aside.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ aside > nav { padding: 30px 10px; }
}

#nav-links > li > a {
padding: 12px 0px;
margin: 12px 0px;
border-bottom: 2px solid colours.$transparent;

&:hover {
border-bottom: 2px solid colours.$blue;
Expand Down

0 comments on commit 4d63d10

Please sign in to comment.