Skip to content

Commit

Permalink
修正样式2
Browse files Browse the repository at this point in the history
  • Loading branch information
2980077544 committed Feb 18, 2024
1 parent cbd609e commit 43402fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>{{ site.title | default: site.github.repository_name }}</h1>
{% endfor %}
</ul>
</header>
<section mdui-typo>
<section class="mdui-typo">
<div id="toc"></div>

{{ content }}
Expand Down
1 change: 1 addition & 0 deletions _sass/jekyll-theme-modernist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
color:#555;
font-weight:350;
min-height:100%;
background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAUdEVYdENyZWF0aW9uIFRpbWUAMy82LzEygrTcTAAAAFRJREFUSIljfPDggZRf5RIGGNjUHsNATz6jXmSL1Kb2GLiAX+USBnrymRgGGDCORgFmoNAXjEbBaBSMRsFoFIxGwWgUjEbBaBSMRsFoFIxGwWgUAABYNujumib3wAAAAABJRU5ErkJggg==') fixed;
}

.wrapper {
Expand Down

0 comments on commit 43402fd

Please sign in to comment.