Improve readability for some elements (accessibility pass)

This commit is contained in:
Chris 2020-01-04 22:14:41 +00:00
parent 3097d93e37
commit 7b4db43393
2 changed files with 6 additions and 2 deletions

View File

@ -137,3 +137,7 @@ div.top-bar-right .menu>li {
div.top-bar-right .dropdown.menu>li>.button{ div.top-bar-right .dropdown.menu>li>.button{
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
} }
.button.alert {
background-color: #9A3728;
}

View File

@ -33,7 +33,7 @@ ul.meta li.type,
ul.meta li.status, ul.meta li.status,
ul.meta li.time, ul.meta li.time,
ul.meta li.temp { ul.meta li.temp {
display: inline-block; color: #888; font-size: 0.7rem; display: inline-block; color: #444; font-size: 0.7rem;
} }
ul.recipes li .tags { ul.recipes li .tags {
@ -43,7 +43,7 @@ ul.recipes li .tags {
} }
ul.recipes li .intro { ul.recipes li .intro {
color: #888; color: #444;
padding-right: 0.2rem; padding-right: 0.2rem;
} }