feat: make chemistry and MVP buttons more button-like

This commit is contained in:
2025-01-29 12:06:31 +01:00
parent d5e684eb98
commit 2256fbfdf9
2 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
* {
border-radius: 8px;
border-radius: 16px;
}
body {
@@ -154,15 +154,20 @@ button {
}
.tablink {
background-color: unset;
font-weight: unset;
color: black;
border: 2px solid black;
border-radius: unset;
outline: black;
color: white;
cursor: pointer;
padding: 8px 16px;
width: 50%;
width: 48%;
}
.navbar {
button {
opacity: 50%;
&:hover {
opacity: 75%;
}
}
padding: 16px;
}
/* Style the tab content (and add height:100% for full page content) */