summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index f85e7f0..49e30e8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -680,7 +680,7 @@ body {
bottom: 0.1em;
color: #333;
border-radius: 4px;
- border: #d16199;
+ border: #b85686;
}
#cgit .stats {
@@ -722,3 +722,9 @@ body {
#cgit .stats tr:first-child {
border: 1px solid #C5D5DD;
}
+
+#cgit #summary {
+ width: 700px;
+ margin: 0 auto;
+ text-align: justify;
+}