diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index 410986d..6b89c32 100644 --- a/assets/style.css +++ b/assets/style.css @@ -43,6 +43,17 @@ a:hover { text-decoration: underline; } +a.header-local-anchor { + color: #eee; + font-weight: 300; + padding-left: 0.5em; +} + +a.header-local-anchor:hover { + text-decoration: none; + color: #0ad; +} + body { margin: 0; background: white; |
