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