applied cookies popup to all pages
This commit is contained in:
@@ -60,7 +60,7 @@ a {
|
||||
display: none; /*Hidden, we want to show it via JavaScript */
|
||||
|
||||
/* Theming */
|
||||
background: #535353;
|
||||
background: #151515;
|
||||
color: white;
|
||||
border-radius: 3px;
|
||||
padding: 10px;
|
||||
@@ -73,7 +73,7 @@ a {
|
||||
overflow: hidden;
|
||||
|
||||
/* Positioning */
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 50px;
|
||||
bottom: 75px;
|
||||
z-index: 2;
|
||||
@@ -95,7 +95,7 @@ a {
|
||||
|
||||
transition-duration: 0.4s;
|
||||
border-radius: 3px;
|
||||
background-color: #917d6b;
|
||||
background-color: #484848;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user