This commit is contained in:
Flatlogic Bot 2025-11-30 20:29:12 +00:00
parent 54ae6d2455
commit df235d7a3e

View File

@ -65,11 +65,14 @@ h1, h2, h3, h4, h5, h6 {
/* Buttons and Inputs */
input,
button,
.btn {
button {
border-radius: 8px;
}
.btn {
border-radius: 50px !important; /* Fully rounded corners */
}
/* Navbar */
.navbar {
background-color: rgba(20, 46, 53, 0.8) !important; /* Semi-transparent dark green */
@ -527,4 +530,10 @@ footer.bg-light {
#recipe-search {
padding-left: 2.5rem;
}
}
/* Unit selector button styling */
.unit-selector .btn.btn-outline-secondary {
border-color: transparent;
opacity: 0.7;
}