Tweak some colors

This commit is contained in:
Paulus Schoutsen 2014-12-21 20:16:17 -08:00
parent d98cc6f353
commit 3146778cd7

View File

@ -37,14 +37,14 @@ article.post, article.page {
} }
& > table { & > table {
background-color: white; background-color: #F3FCF5;
} }
} }
.note { .note {
background: #e7f2fa; background: #e7f2fa;
padding: 12px; padding: 12px;
margin-bottom: 1em; margin-bottom: 24px;
box-shadow: rgba(0,0,0,0.06) 0 0 10px; box-shadow: rgba(0,0,0,0.06) 0 0 10px;
.title::before { .title::before {
@ -71,7 +71,7 @@ article.post, article.page {
} }
&.warning { &.warning {
background-color: #E5EABB; background-color: #F7F9E1;
.title { .title {
background-color: rgb(187, 185, 13);; background-color: rgb(187, 185, 13);;