diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/git_wiki.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style/git_wiki.css b/static/style/git_wiki.css index 7fc04e8..cfdc8bd 100644 --- a/static/style/git_wiki.css +++ b/static/style/git_wiki.css @@ -63,7 +63,7 @@ span.hash { font-family: courier; } -a.head { +span.head { color: green; } -a.tag { +span.tag { color: yellow; } |