Merge pull request #66 from scott1702/message-colours

Soften message background colours
This commit is contained in:
Ingo Schommer 2015-06-17 12:25:36 +12:00
commit 413d8e396a

View File

@ -82,6 +82,11 @@ html {
color:#808c8d; color:#808c8d;
} }
#sidebar .nav a.current:hover {
background-color: #03527a;
color: #fff;
}
#sidebar .nav .section .top { #sidebar .nav .section .top {
background: #f6f7f8; background: #f6f7f8;
border: none; border: none;
@ -456,12 +461,12 @@ html {
.notice, .notice,
.note, .note,
.warningBox { .warningBox {
background: #F9F17A; background: #FFFFAD;
} }
.warning, .warning,
.alert { .alert {
background: #e75242; background: #FF8480;
color:#fff; color:#fff;
} }
.warning a, .warning a,
@ -474,9 +479,12 @@ html {
color:#666; color:#666;
} }
.info,
.hint { .hint {
background: rgb(184, 229, 250); background: #f4f4f4;
}
.info {
background: #CAF7FF;
} }
.warning p { .warning p {