added review buttons
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
font-weight: bold;
|
||||
height: 40px;
|
||||
padding: 10px 20px;
|
||||
background: rgb(47, 168, 208);
|
||||
background: var(--surface);
|
||||
color: rgb(0, 0, 0);
|
||||
cursor: pointer;
|
||||
border-radius: 20px;
|
||||
border: 2px solid rgb(47, 168, 208);
|
||||
border: 2px solid var(--surface);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -27,27 +27,7 @@
|
||||
}
|
||||
|
||||
.custom-button.inactive:hover {
|
||||
border-color: rgb(47, 168, 208);
|
||||
}
|
||||
|
||||
#site-headline {
|
||||
margin: 50px min(100px, 10vw) 50px min(100px, 10vw);
|
||||
color: rgb(47, 168, 208);
|
||||
font-weight: bold;
|
||||
font-size: clamp(1rem, 8vw, 4rem);
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#site-headline::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
height: 4px;
|
||||
width: 100%;
|
||||
border-radius: 20px;
|
||||
background: rgb(47, 168, 208);
|
||||
border-color: var(--surface);
|
||||
}
|
||||
|
||||
.species-item {
|
||||
@@ -174,11 +154,6 @@ a:hover {
|
||||
}
|
||||
}
|
||||
|
||||
.site-box {
|
||||
margin-top: 150px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.request-box {
|
||||
height: fit-content;
|
||||
width: min(700px, 80%);
|
||||
|
||||
Reference in New Issue
Block a user