From 193ac4526fce9242a4aa420b80bee96a6990088f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 28 Jan 2019 13:16:38 +0100 Subject: Use the Guix logo instead of GuixSD. * assets/css/screen.css (.logo): New rules. * assets/img/logo.png: Replace file. * mumi/web/view/html.scm (header): Remove IMG tag. --- assets/css/screen.css | 17 +++++++++++++++++ assets/img/logo.png | Bin 3836 -> 15749 bytes 2 files changed, 17 insertions(+) (limited to 'assets') diff --git a/assets/css/screen.css b/assets/css/screen.css index 6f92864..73dceae 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -22,6 +22,23 @@ h1 { color: #333; } +.logo:link, +.logo:visited { + background-image: url("../img/logo.png"); + background-position: bottom; + background-repeat: no-repeat; + border-style: none; + display: inline-block; + height: 55px; + width: 170px; +} + +.logo:active, +.logo:focus, +.logo:hover { + background-position: top; +} + .title { clear: both; font-size: 16px; diff --git a/assets/img/logo.png b/assets/img/logo.png index 0642520..49f39a2 100644 Binary files a/assets/img/logo.png and b/assets/img/logo.png differ -- cgit v1.2.3