rra 6 years ago
parent
commit
4874656f40
  1. 2
      content/pages/agenda.md
  2. 9
      theme/wttf/static/main.css

2
content/pages/agenda.md

@ -13,7 +13,7 @@ Start: 20:00h
###⟿ Saturday, June 2nd 2018 ###⟿ Saturday, June 2nd 2018
**['The Ecosystem Is Moving']((/conversations-gultsch.html)) - worksession** **['The Ecosystem Is Moving'](/conversations-gultsch.html) - worksession**
A hands-on dive into the affordances and challenges of Conversations as part of a larger free software ecosystem. A hands-on dive into the affordances and challenges of Conversations as part of a larger free software ecosystem.

9
theme/wttf/static/main.css

@ -39,8 +39,8 @@ body{
margin:0px; margin:0px;
font-size: 14px; font-size: 14px;
font-family: "serif"; font-family: "serif";
/*background-color: #ccd1cab3;*/ background-color: #ccd1cab3;
background: linear-gradient(to bottom right, #c2c2c2, #fff7f7, #e4e3e3); /*background: linear-gradient(to bottom right, #c2c2c2, #fff7f7, #e4e3e3);*/
word-break: normal; word-break: normal;
} }
h1{ h1{
@ -108,7 +108,7 @@ header{
line-height: 1.35; line-height: 1.35;
color:white; color:white;
background-color: #fb4817; background-color: #fb4817;
background: linear-gradient(to bottom, salmon, #ff7f4d, #e2dede); background: linear-gradient(to bottom, salmon, #ff7f4d, #ccd1cab3);
} }
#menu.main{ #menu.main{
position: relative; position: relative;
@ -182,6 +182,9 @@ header{
margin:2em 0; margin:2em 0;
border-color:#3c0e02; border-color:#3c0e02;
} }
#agenda h3{
margin-top:2em;
}
#agenda strong{ #agenda strong{
font-family: "headers"; font-family: "headers";
font-weight: bold; font-weight: bold;

Loading…
Cancel
Save