Update index_template.html

This commit is contained in:
Waldek 2019-09-22 08:54:47 +02:00 committed by GitHub
parent df8b081ff0
commit ec70ff59b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ a:active {
visibility: visible; visibility: visible;
} }
.button { .button {
background-color: #aa6103; background-color: #356244;
border: none; border: none;
color: white; color: white;
padding: 8px; padding: 8px;
@ -132,11 +132,11 @@ a:active {
border-radius: 8px; border-radius: 8px;
box-shadow: 0px 8px 10px rgba(0,0,0,0.1); box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
} }
.link {background-color: #a66300;} .link {background-color: #356244;}
.link:hover {background-color: #3e8e41;} .link:hover {background-color: #3e8e41;}
.dropbtn { .dropbtn {
background-color: #aa6103; background-color: #356244;
border: none; border: none;
color: white; color: white;
padding: 8px; padding: 8px;