summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/css/main.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index f97843d..6715f8b 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -103,11 +103,20 @@ body {
#content .question .title a{
padding: 0 0 7px 0;
font-size: 1.1em;
- color: #424242;
+ color: #2619bd;
+ font-weight:bold;
+}
+
+#content .question .title{
+ padding: 0 0 7px 0;
+ font-size: 1.1em;
+ color: #2619bd;
+ font-weight:bold;
}
#content .question .body {
padding: 10px;
- background: #fafafa;
+ background: #F9F6F6;
+ color: #2619bd;
}
#content .question .category a,
#content .question .tutorial a,
@@ -155,7 +164,7 @@ body {
bottom: 0px;
}
#content .question .user{
- background: #f5f5f5;
+ background: #EFE3E3;
padding: 2px 7px;
}
table .category {