Skip to content

Commit e9dc68b

Browse files
committed
Update
1 parent 7d6d4b8 commit e9dc68b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ body.line-numbers { min-height: 100vh; }
133133
@font-face{ font-family: "JetBrains Mono"; src: url("JetBrainsMono.ttf") format("truetype"); }
134134
.chinese{ font-family: var(--tahoma-font); color: var(--muted); }
135135
.english{ font-family: var(--mono-font), system-ui; color: var(--muted); }
136+
.funny:active { color: #fff; text-shadow: 0 0 8px rgba(255,255,255,0.85), 0 0 16px rgba(255,255,255,0.5); }
136137
code, pre{ font-family: var(--mono-font), system-ui; }
137138

138139
/* 使带 class="chinese" 的有序/无序列表整体居中,且点/序号与文本一起居中显示 */

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</nav>
3232
<div id="nav-spacer" aria-hidden="true"></div>
3333
<div id="main">
34-
<h1 class="chinese" style="text-align: center;">Ciallo~(∠・ω< )⌒☆</h1>
34+
<h1 class="chinese funny" style="text-align: center;">Ciallo~(∠・ω< )⌒☆</h1>
3535
<p class="chinese" style="text-align: center;">这里是RBL的Web小窝!在这里,你可以:</p>
3636
<ul class="chinese">
3737
<li>下载我开发的各种软件</li>

0 commit comments

Comments
 (0)