[aur-dev] [PATCH 1/4] arch.css: Sync default color and font with archweb

Lukas Fleischer archlinux at cryptocrack.de
Fri Nov 4 12:20:34 EDT 2011


Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 web/html/css/arch.css |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 23b8aa7..a7cb74d 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -1,11 +1,10 @@
 * { margin: 0; padding: 0; }
 * ul { padding: 20px; }
 body {
-  min-width: 600px;
-  background-color: white;
-  color: #555;
-  font-family: "DejaVu Sans", sans-serif;
-  font-size: 12px;
+  min-width: 650px;
+  background: #f6f9fc;;
+  color: #222;
+  font: normal 100% sans-serif;
 }
 /* Divs */
 #title {
-- 
1.7.7.2



More information about the aur-dev mailing list