Assign new colour scheme
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
font-family: urwgothic, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-size: 15px;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
button {
|
||||
width: 50%;
|
||||
@@ -41,5 +42,6 @@
|
||||
font-weight: 400;
|
||||
background-color: var(--island-button-color);
|
||||
color: var(--island-link-color);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
padding: 10px;
|
||||
background-color: var(--island-bg-color);
|
||||
border-radius: 10px;
|
||||
box-shadow: 2px 2px 30px rgba(0,0,0,0.19);
|
||||
box-shadow: 5px 5px 30px rgba(0,0,0,0.29);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
margin: auto;
|
||||
margin-top: 25px;
|
||||
padding: 10px;
|
||||
background-color: var(--overlay-island-bg-color);
|
||||
background-color: var(--island-bg-solid);
|
||||
border-radius: 10px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@@ -49,5 +49,6 @@
|
||||
text-decoration: none;
|
||||
background-color: var(--island-button-color);
|
||||
color: var(--island-link-color);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
button {
|
||||
width: 30%;
|
||||
@@ -111,5 +112,6 @@
|
||||
font-weight: 400;
|
||||
background-color: var(--island-button-color);
|
||||
color: var(--island-link-color);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user