Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckStudio committed Sep 14, 2024
1 parent 2fe1a35 commit 8704981
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions EXTENSION/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,39 @@
background-color: #ddd;
}
/* ------ */

/* 主要标题 */
h1 {
font-size: 2.5rem; /* 大标题 */
font-weight: bold; /* 加粗 */
margin-bottom: 0.5em; /* 下方间距 */
}

/* 副标题 */
h2 {
font-size: 2rem; /* 副标题 */
font-weight: bold;
margin-bottom: 0.5em;
}

/* 正文段落 */
p {
font-size: 1rem; /* 正文字体大小 */
line-height: 1.5; /* 行高 */
margin-bottom: 1em; /* 下方间距 */
}

/* 标签 */
label {
font-size: 1rem; /* 标签字体大小 */
font-weight: normal; /* 标签通常不加粗 */
}

/* 强调文本 */
em {
font-size: 1rem; /* 强调文本字体大小 */
font-style: italic; /* 斜体 */
}
</style>

<!-- 芙芙工具箱网页通用样式 by鸭鸭「カモ」 -->
Expand All @@ -56,9 +89,11 @@ <h1>扩展选项</h1>
</div>
<div class="container" style="margin-bottom: 30px; margin-right: 30px; margin-left: 30px;">
<div class="right-text">
<a href="https://duckduckstudio.github.io/yazicbs.github.io/">前往作者个人网站</a>
&nbsp;|&nbsp;
<a href="https://github.com/DuckDuckStudio/highlight-ad-extension/issues">提交反馈</a>
<p>
<a href="https://duckduckstudio.github.io/yazicbs.github.io/">前往作者个人网站</a>
&nbsp;|&nbsp;
<a href="https://github.com/DuckDuckStudio/highlight-ad-extension/issues">提交反馈</a>
</p>
</div>
</div>
</body>
Expand Down

0 comments on commit 8704981

Please sign in to comment.