Modified some styles; more bootstrap 5 changes; added logo

This commit is contained in:
2025-08-18 00:11:36 -04:00
parent 03dab84224
commit c00d631e9f
16 changed files with 250 additions and 152 deletions

View File

@@ -1,5 +1,28 @@
$primary-color: teal;
body {
background: white;
html{
width: 100%;
height: 100%;
}
body{
background: #666;
}
table{
border: 1px solid #666;
}
#main-nav{
img{
max-height: 40px;
margin-right: 15px;
}
}
#main-content{
padding: 1.5rem 2rem;
background: white;
border: 1px solid #bbb;
border-radius: 12px;
}