feat: make chemistry and MVP buttons more button-like
This commit is contained in:
21
src/App.css
21
src/App.css
@@ -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) */
|
||||
|
Reference in New Issue
Block a user