Skip to content

Commit

Permalink
Light Mode Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
strawhat19 committed Feb 15, 2023
1 parent e6b7693 commit 866abd2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,24 @@ nav {
}
}

.light {
.item {
color: white !important;
}

aside {
border-right: solid 1px rgba(229, 231, 235, 1);
}

.xl\:nx-block {
border-left: solid 1px rgba(229, 231, 235, 1);
}

footer {
border-top: solid 1px rgba(229, 231, 235, 1);
}
}

.dark {

.nx-sticky {
Expand Down

1 comment on commit 866abd2

@vercel
Copy link

@vercel vercel bot commented on 866abd2 Feb 15, 2023

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.