Skip to content

Commit

Permalink
Update footer and table colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmenner committed Jan 28, 2024
1 parent a857c55 commit 49a6865
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ const EditSignupView = () => {
display: block !important;
}
footer {
background-color: #e8d6ac;
border-top: black dotted 1px;
}
.ilmo--side-widget {
background-color: #e8d6ac;
border-radius: 0.5rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ const SingleEvent = () => {
display: block !important;
}
.table .thead-light th {
background-color: #e8d6ac !important;
}
footer {
background-color: #e8d6ac;
border-top: black dotted 1px;
}
.ilmo--side-widget {
background-color: #e8d6ac;
border-radius: 0.5rem;
Expand Down

0 comments on commit 49a6865

Please sign in to comment.