better design for single template

This commit is contained in:
2019-10-19 20:03:05 +02:00
parent 56e9170f01
commit c32b0237a7
2 changed files with 32 additions and 10 deletions

View File

@@ -21,9 +21,12 @@ div.footer {
color: #FFF;
}
.container a.label-rss {
background-color: rgba(242, 101, 34, 0.9);
background-color: rgba(242, 101, 34, 0.8);
color: #FFF;
}
.container a.label-rss:hover {
background-color: rgba(242, 101, 34, 1);
}
.container h1 {
font-weight: bold;
color: #0D76EC;