Skip to content
Snippets Groups Projects
Commit 81a86421 authored by Jonas Leder's avatar Jonas Leder
Browse files

changed color scheme of bright design to green (as the rest of the page)

parent 20dd6ea0
No related branches found
No related tags found
No related merge requests found
Pipeline #249 passed
......@@ -164,8 +164,8 @@ button#small {
height: auto;
min-height: 21px;
z-index: 2147483647;
background: rgb(238, 238, 238);
color: rgb(51, 51, 51);
background: #fff;
color: #000;
line-height: 21px;
padding: 8px 18px;
font-family: verdana, arial, sans-serif;
......@@ -183,8 +183,8 @@ button#small {
margin-left: 5px;
border-radius: 5px;
cursor: pointer;
color: rgb(0, 0, 0);
background: rgb(241, 214, 0);
color: #FFFFFF;
background: #4caf50;
text-align: center;
}
......@@ -195,7 +195,7 @@ button#small {
.cookieinfo-link{
text-decoration: none;
color: rgb(49, 168, 240);
color: #4caf50;
}
@-webkit-keyframes fadein {
......
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