sites/werc.cat-v.org/docs/css-style.md: update for new default html5 flexbox

This commit is contained in:
stanley lieber 2020-06-10 20:46:32 -04:00
parent 6ae042ecd4
commit 9f172dfcd4

View File

@ -8,11 +8,8 @@ You can copy pub/style/style.css and customize it, or you can take a simpler fil
Here is an example of how to set the main werc colors: Here is an example of how to set the main werc colors:
body { background-color: #FFFFF7; } header nav { background-color: rgb(100,135,220); color: white; }
.midHeader { background-color: #FFFFE9; } header h1 { background-color: #ff6d06; color: black; }
#side-bar { background-color: #EFFFEF; } body > nav > div { border-bottom: 1px solid #ddd; }
#side-bar a { color: black; } body > nav > div a { color: rgb(0, 102, 204); }
#side-bar a:hover { body > nav > div a:hover { color: white; background-color: rgb(100,135,220); }
color: white!important;
background-color: #428a42;
}