Skip to content

Commit

Permalink
don't show the first h1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Dec 13, 2023
1 parent 4a2bd0b commit 614919e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import "{{ site.theme }}";

h1#rikaitan- {
display: none;
}

0 comments on commit 614919e

Please sign in to comment.