resolved CSS error

changed button border color to a valid hex code
This commit is contained in:
Stefan Kremser
2017-02-20 12:17:25 +01:00
parent db264ad1b6
commit cf2789e235
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@ h1{
button{ button{
background: #00B0FF; background: #00B0FF;
color: #fff; color: #fff;
border: 1px solid #7A7A7A80; border: 1px solid #8F8F8F;
border-radius: 14px; border-radius: 14px;
padding: 0.34em 0.3em; padding: 0.34em 0.3em;
margin-bottom: 0.6em; margin-bottom: 0.6em;