ref: 34857de7ccd749e3754758df634152eeec16ed00
parent: bf2d72245a07903bba30451d728a8b30ee0bf2a4
author: sl <sl@stanleylieber.com>
date: Wed Jun 10 16:46:32 EDT 2020
sites/werc.cat-v.org/docs/css-style.md: update for new default html5 flexbox
--- a/sites/werc.cat-v.org/docs/css-style.md
+++ b/sites/werc.cat-v.org/docs/css-style.md
@@ -8,11 +8,8 @@
Here is an example of how to set the main werc colors:
- body { background-color: #FFFFF7; }
- .midHeader { background-color: #FFFFE9; }
- #side-bar { background-color: #EFFFEF; }
- #side-bar a { color: black; }
- #side-bar a:hover {
- color: white!important;
- background-color: #428a42;
- }
+ header nav { background-color: rgb(100,135,220); color: white; }
+ header h1 { background-color: #ff6d06; color: black; }
+ body > nav > div { border-bottom: 1px solid #ddd; }
+ body > nav > div a { color: rgb(0, 102, 204); }
+ body > nav > div a:hover { color: white; background-color: rgb(100,135,220); }