Skip to content

Commit

Permalink
Fix header class name conflict with pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 5, 2023
1 parent 3cb7d06 commit ed4bb2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/css/_schemes/Mist/_header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background: var(--content-bg-color);
}

.header {
header.header {
align-items: center;
display: flex;
padding: 20px 0;
Expand Down
2 changes: 1 addition & 1 deletion source/css/_schemes/Muse/_header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background: var(--btn-default-bg);
}

.header {
header.header {
padding-top: 100px;

+mobile() {
Expand Down
2 changes: 1 addition & 1 deletion source/css/_schemes/Muse/_layout.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.header {
header.header {
main-container();
}

Expand Down
2 changes: 1 addition & 1 deletion source/css/_schemes/Pisces/_layout.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.header {
header.header {
gemini-block();

+tablet-mobile() {
Expand Down

1 comment on commit ed4bb2b

@stevenjoezhang
Copy link
Member Author

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.