added review buttons

This commit is contained in:
2026-05-14 02:13:15 +02:00
parent 1c18d225c2
commit 9591131da1
7 changed files with 205 additions and 31 deletions
+3 -28
View File
@@ -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%);