Skip to content

Commit

Permalink
FIX: add bg for calendars (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvidrine authored Mar 26, 2024
1 parent 3b02612 commit 50c16bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
}
}

.not-found-container {
background-color: var(--secondary);
}

input[type="text"],
input[type="password"],
input[type="datetime"],
Expand Down Expand Up @@ -302,6 +306,16 @@ html body #main-outlet {
border-radius: 0.5em;
}

.category-calendar {
&.before-topic-list-body-outlet {
display: block;
}
background: var(--secondary);
padding: 1em;
border-radius: 8px;
margin-bottom: 1em;
}

// Topic List

@keyframes background-fade-highlight {
Expand Down

0 comments on commit 50c16bd

Please sign in to comment.