diff options
-rw-r--r-- | userContent/reproducible/openwrt/cascade.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css index 4109b3d5..a4e90698 100644 --- a/userContent/reproducible/openwrt/cascade.css +++ b/userContent/reproducible/openwrt/cascade.css @@ -24,6 +24,16 @@ code { white-space: pre; } +a { + color:#0044cc; +} +a:hover, a:focus, { + color:#0044cc; +} +a:visited { + color:#aa2200; +} + #header { min-height: 98px; background-image: url(header.png); |