feat: slight changes to blue theme

This commit is contained in:
matcornic 2017-08-08 22:15:56 +02:00
parent 7ca4b0c7ad
commit 1df25a3f06
2 changed files with 8 additions and 5 deletions

View file

@ -1,8 +1,11 @@
- récriture doc -> TODO
- créer une section Showcase
- créer des jolis thèmes de base (avec des noms ou au moins de meilleures couleurs) -> TODO
- corriger le multilangue pour la recherche et les autres ressources statiques
- créer des jolis thèmes de base (avec des noms ou au moins de meilleures couleurs) -> DOING
- Thème blue : OK
- Menus déroulants icone -> TODO
- Comprendre le pbm de Travis -> TODO
- Peut-être passer à autre chose
- Section "MORE" -> OK
- ajouter les childs -> OK

View file

@ -7,11 +7,11 @@
--MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */
--MENU-HEADER-BG-color:#1C90F3; /* Background color of menu header */
--MENU-HEADER-BORDER-color:#45a9ff; /*Color of menu header border */
--MENU-HEADER-BORDER-color:#33a1ff; /*Color of menu header border */
--MENU-SEARCH-BG-color:#167ad0; /* Search field background color (by default borders + icons) */
--MENU-SEARCH-BOX-color: #45a9ff; /* Override search field border color */
--MENU-SEARCH-BOX-ICONS-color: #45a9ff; /* Override search field icons color */
--MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
--MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
--MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its childs */
--MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */
@ -20,7 +20,7 @@
--MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */
--MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fff; /* Color of background for the active category (only) */
--MENU-VISITED-color: #45a9ff; /* Color of 'page visited' icons in menu */
--MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */
--MENU-SECTION-HR-color: #20272b; /* Color of <hr> separator in menu */
}