From 8e06a607c887664ed5fc0f4e5d77d5cc50413e53 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 29 Dec 2014 01:03:58 +0100 Subject: Use a custom logo Currently, the AUR sites are hard to distinguish from the official website, especially when browsing Git repositories in cgit. Add "user repository" to the logo to make it distinguishable from the official site. In order to avoid confusion, also change the link in the logo to the AUR home page instead of the main Arch Linux website. Signed-off-by: Lukas Fleischer --- web/html/css/cgit.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html/css/cgit.css') diff --git a/web/html/css/cgit.css b/web/html/css/cgit.css index 865a004..fde94c8 100644 --- a/web/html/css/cgit.css +++ b/web/html/css/cgit.css @@ -28,6 +28,10 @@ color: white !important; } +#archnavbarlogo { + background: url('archnavbar/aurlogo.png') !important; +} + body { padding: 0; margin: 0; -- cgit v1.2.3-54-g00ecf