diff options
Diffstat (limited to 'wiki.css')
-rw-r--r-- | wiki.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ tr:nth-child(2n) { background: #fff; } a { text-decoration: none; color: DeepPink; } a:hover, a:visited { color: Crimson; } h1 a:hover:after { content: " ยป" attr(data-text); color: #aaa; } +tt { font-weight: bold; } |