diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css index 5a829a3..4446391 100644 --- a/style/style.css +++ b/style/style.css @@ -295,3 +295,9 @@ label { border: 2px #C02020 solid; color: #FFFFFF; } + +.redbox a { + display: block; + text-decoration: none; + color: white; +} |