Assign new colour scheme
This commit is contained in:
@@ -114,11 +114,12 @@
|
||||
height: 30px;
|
||||
margin-bottom: 10px;
|
||||
text-transform: uppercase;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
button {
|
||||
border-radius: 50px;
|
||||
font-family: urwgothic, sans-serif;
|
||||
background-color: var(--overlay-color);
|
||||
background-color: var(--island-bg-color);
|
||||
border: none;
|
||||
color: white;
|
||||
height: 30px;
|
||||
@@ -126,6 +127,7 @@
|
||||
max-width: 100px;
|
||||
min-width: 75px;
|
||||
font-size: 18px;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
.desc {
|
||||
color: white;
|
||||
|
||||
@@ -101,6 +101,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: 15%;
|
||||
@@ -113,7 +114,8 @@
|
||||
font-family: urwgothic, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
background-color: var(--overlay-color);
|
||||
color: var(--link-color);
|
||||
background-color: var(--island-bg-color);
|
||||
color: var(--main-text-color);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -126,8 +126,8 @@
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
background-color: var(--overlay-color);
|
||||
color: white;
|
||||
background-color: var(--island-bg-color);
|
||||
color: var(--main-text-color);
|
||||
width: 35%;
|
||||
height: 30px;
|
||||
border-radius: 50px;
|
||||
|
||||
@@ -134,6 +134,7 @@
|
||||
height: 30px;
|
||||
font-size: 16px;
|
||||
margin-bottom: 15px;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
@@ -145,9 +146,10 @@
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
height: 30px;
|
||||
background-color: var(--overlay-color);
|
||||
background-color: var(--island-bg-color);
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user