Skip to content

Commit

Permalink
Improve sidebar open/close animation
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 12, 2022
1 parent 9b58f96 commit 37395a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/less/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
line-height: 1.6875em;
position: relative;
color: @darkGrayTextBody;
background-color: @white;

@import './content/general';
@import './content/summary';
Expand Down
1 change: 1 addition & 0 deletions assets/less/night/content.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body.night-mode .content-inner {
background: @nightBackground;
color: @nightTextBody;
@import './content/general';
@import './content/functions';
Expand Down

0 comments on commit 37395a1

Please sign in to comment.