diff options
Diffstat (limited to 'res/default.css')
-rw-r--r-- | res/default.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/default.css b/res/default.css index c0a62f90..113b7ba5 100644 --- a/res/default.css +++ b/res/default.css @@ -14,10 +14,14 @@ pre { white-space: pre; } +a { + color: yellow; +} + a, abbr, b, bdo, button, cite, code, del, dfn, em, font, i, img, ins, iframe, kbd, label, map, object, q, samp, select, small, span, strong { - display: inline + display: inline; } sub, sup, textarea, tt, var, font, iframe, u, s, strike, frame, input, img { |