aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css5
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 {