X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fbugs.css;h=725670ba56635f7175dbd791f6349873c58bcb1c;hb=34cd62339efaecf1f73c550f3b97399076bdfd86;hp=8c3412575ce60b403d7a343a6d14c1898a135bf9;hpb=8f107da59cfeeabdf6b46695cfe8a6854fee938d;p=debbugs.git diff --git a/html/bugs.css b/html/bugs.css index 8c34125..725670b 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -49,12 +49,25 @@ a:link:hover, a:visited:hover { color: #d81e1e; } -.link span { +.link { color: #1b56ce; font-weight: bold; text-decoration: underline; } +.link abbr { + color: #1b56ce; + font-weight: bold; + text-decoration: underline; +} + +.link abbr:hover { + color: #1b56ce; + font-weight: bold; + text-decoration: underline; +} + + .link span:hover { color: #d81e1e; }