Skip to content

Commit

Permalink
Update sidebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
gholi-dev committed Nov 11, 2023
1 parent b83a4e1 commit 34aac05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const socialMediaList = [
link: "https://github.com/liara-cloud",
},
];
7;

const cols = [
{
id: 0,
Expand Down
5 changes: 3 additions & 2 deletions styles/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ li:last-child > .nav__link {
width: 90%;
border-radius: 0.5rem;
border-width: 1px;
border-color: #d6d8dc;
border-color: #49556a;
cursor: pointer;
color: #b1b6be;
text-align: left;
Expand Down Expand Up @@ -253,7 +253,8 @@ li:last-child > .nav__link {
.shortcut {
padding: 1px 8px;
font-size: 12px;
border: 1px solid #d6d8dc;
border: 1px solid #ffffff83;
color: #ffffff83;
border-radius: 0.25rem;
}

Expand Down

0 comments on commit 34aac05

Please sign in to comment.