Small accessibility fixes for docs site (#1122)

* remove old file that was only needed for gh-pages

* fix broken icons on docs home page

* add more contrast to twitter button hover state

* tweak non-accessible color to meet standard

* tweak non-accessible colors to meet standard
This commit is contained in:
Jonathan Wren 2020-12-19 13:27:10 -08:00
parent 867397eccd
commit 6d339f486e
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
4 changed files with 11 additions and 5 deletions

View file

@ -7,7 +7,7 @@ body {
}
.icon {
background-image: url("img/sprites.svg");
background-image: url("../img/sprites.svg");
width: 32px;
height: 32px;
display: inline-block;
@ -138,7 +138,7 @@ header {
#twitter:hover,
#twitter:active {
text-decoration: none;
box-shadow: 0 2px 25px 0 var(--black-shadow);
box-shadow: 0 2px 25px 0 var(--blacker-shadow);
transition: all .5s ease;
}