Skip to content

Commit

Permalink
chore(docs): move theme styles to theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 9, 2022
1 parent 101512d commit 1cf7be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ a.header-anchor {
padding-bottom: 1rem !important;
}

.theme-default-content {
padding-bottom: 0 !important
}

.page-meta .meta-item {
margin-top: 0 !important
}
Expand Down
4 changes: 4 additions & 0 deletions styles/theme.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.theme-default-content {
padding-bottom: 0 !important
}

.theme-default-content:not(.custom) a:hover {
text-decoration: none !important;
}
Expand Down

0 comments on commit 1cf7be9

Please sign in to comment.