Skip to content
Snippets Groups Projects
Unverified Commit 8dd42524 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: beautify css


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent eb3182c9
No related branches found
No related tags found
No related merge requests found
......@@ -79,15 +79,15 @@ h1 {
}
button {
font-size: 1em;
padding: 5px 10px;
color: white;
border: 2px solid white;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
border-color: white;
background-color: #333;
font-size: 1em;
padding: 5px 10px;
color: white;
border: 2px solid white;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
border-color: white;
background-color: #333;
}
input[type="checkbox"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment