guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: manual: Tweak menu item colors.


From: Ludovic Courtès
Subject: branch master updated: website: manual: Tweak menu item colors.
Date: Wed, 19 Jan 2022 13:24:24 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new f03392e  website: manual: Tweak menu item colors.
f03392e is described below

commit f03392efe5c3678be9a04cb26f47e5511cbfe26c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 19 19:24:02 2022 +0100

    website: manual: Tweak menu item colors.
    
    * website/static/base/css/manual.css: Tweak colors.
---
 website/static/base/css/manual.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/static/base/css/manual.css 
b/website/static/base/css/manual.css
index a93352e..7c9fe99 100644
--- a/website/static/base/css/manual.css
+++ b/website/static/base/css/manual.css
@@ -264,6 +264,7 @@ label.navbar-menu-item {
     .navbar-submenu .navbar-menu-item:link,
     .navbar-submenu .navbar-menu-item:visited {
        font-size: 0.9em;
+       color: white;
     }
 
     .navbar-submenu .navbar-menu-item:active,
@@ -273,6 +274,7 @@ label.navbar-menu-item {
     .navbar-submenu .navbar-menu-item-active:visited {
        background-color: #414141;
        background-image: none;
+       color: #F4BB15;
     }
 
     .navbar-menu-btn:link {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]