Merge pull request #183 from SaltyViper/testing

Fixed round buttons in style.css and data.h
This commit is contained in:
Stefan Kremser
2017-04-09 20:51:17 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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