Style for date and repository

This commit is contained in:
Fabien Freling 2019-10-28 13:36:28 +01:00
parent 36c79d898f
commit 257e39bbc0

View file

@ -49,10 +49,14 @@ div#navigation a {
margin: 0px 10px 0px 10px; margin: 0px 10px 0px 10px;
} }
blockquote { p.date {
background-color: #eee8d5; /* base2 */ background-color: #eee8d5; /* base2 */
font-style: italic; padding: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px; }
p.repository {
background-color: #eee8d5; /* base2 */
padding: 10px 10px 10px 10px;
} }
ul.projects { ul.projects {