Skip to content

Commit 2686828

Browse files
committed
website signature
1 parent 4b001a0 commit 2686828

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

base.css

+6
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover,
172172
text-decoration: underline rgba(0, 0, 0, 0.3);
173173
color: inherit;
174174
}
175+
a.clean { text-decoration: none; }
176+
a.clean:hover {
177+
text-decoration: underline;
178+
text-decoration: underline rgba(0, 0, 0, 0.3);
179+
color: inherit;
180+
}
175181

176182
hr {
177183
border: none;

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ <h2>16 columns</h2>
510510
</grid>
511511
</c>
512512
</grid>
513+
<br>
514+
<br>
515+
<a href="https://rsms.me/" class="clean">@rsms</a>
513516
</c>
514517
</grid>
515518

0 commit comments

Comments
 (0)