diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 07a838f0b..572eafdfb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -64,7 +64,10 @@ input { } input[type="submit"] { - background-color: #F8F8F8; + background-color: #F0F0F0; + font-weight: bold; + color: #0080FF; + text-decoration: none; } code { |