diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 13:16:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 13:16:38 +0100 |
commit | 193ac4526fce9242a4aa420b80bee96a6990088f (patch) | |
tree | 5177d39985da06e6a31fef633f06a5cc6550a748 /assets | |
parent | f5842671711c5c702f9da23c695f9a7eb068e553 (diff) |
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.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/screen.css | 17 | ||||
-rw-r--r-- | assets/img/logo.png | bin | 3836 -> 15749 bytes |
2 files changed, 17 insertions, 0 deletions
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 Binary files differindex 0642520..49f39a2 100644 --- a/assets/img/logo.png +++ b/assets/img/logo.png |