fixing style

This commit is contained in:
IO
2024-08-12 01:06:03 -06:00
parent b9c2c860b5
commit 4884eaca64
8 changed files with 313 additions and 164 deletions
+17 -5
View File
@@ -1,5 +1,4 @@
.nav-link .bg-warning {
background-color: #002b7a !important;
.nav-link {
color: #212529 !important;
}
@@ -42,14 +41,27 @@
margin-left: auto;
}
.red{
.red {
background-color: rgb(193, 17, 17);
color: white;
text-decoration: none;
}
.container{
.container {
border: 2px solid rgb(77, 77, 77);
border-radius: 8px;
margin: 10px;
}
}
.notButton {
text-align: start;
background: none;
border: none;
box-shadow: none;
}
.notButton:hover{
background: none;
border: none;
box-shadow: none;
}