Skip to content

Commit

Permalink
add css for menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
galElmalah committed Dec 18, 2022
1 parent 58023c0 commit 2ac78c5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
16 changes: 16 additions & 0 deletions assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $algorithms: #d94a8cff;
$html: #f06529;
$typescript: #007acc;
$tutorial: #acacac;
$favicon: #44BBBB;

$tags: (
'javascript' $javascript black,
Expand Down Expand Up @@ -49,4 +50,19 @@ $tags: (
box-shadow: none;
text-decoration: underline;
text-underline-offset: 3px
}

#menu {
a {
font-weight: 500;
transition: color 0.1s ease-in-out;
}

a:hover {
color: $favicon;
}

.active {
color: $favicon;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@
box-shadow: none;
text-decoration: underline;
text-underline-offset: 3px; }

#menu a {
font-weight: 500;
transition: color 0.1s ease-in-out; }

#menu a:hover {
color: #44BBBB; }

#menu .active {
color: #44BBBB; }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"sass/style.d15083742b0f79efb0b3b9ab51d34c0f1c4517ef5ad7a7e1b168d48a58b6f2fa.css","MediaType":"text/css","Data":{"Integrity":"sha256-0VCDdCsPee+ws7mrUdNMDxxFF+9a16fhsWjUili28vo="}}
{"Target":"sass/style.e4640709e94a636afa00422ba331c1138cf12e0184134cd7a1585ace40a138ea.css","MediaType":"text/css","Data":{"Integrity":"sha256-5GQHCelKY2r6AEIrozHBE4zxLgGEE0zXoVhazkChOOo="}}

1 comment on commit 2ac78c5

@vercel
Copy link

@vercel vercel bot commented on 2ac78c5 Dec 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.