mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-29 02:37:07 -05:00
Prettify
This commit is contained in:
parent
872778ed05
commit
55705e2832
|
|
@ -330,7 +330,7 @@ function EventsList({
|
|||
</div>
|
||||
</div>
|
||||
<div className="stack md">
|
||||
{events.map(calendarEvent => {
|
||||
{events.map((calendarEvent) => {
|
||||
return (
|
||||
<section
|
||||
key={calendarEvent.eventDateId}
|
||||
|
|
|
|||
|
|
@ -103,8 +103,8 @@
|
|||
.calendar__event {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: var(--fonts-lg);
|
||||
padding-top: 1rem;
|
||||
font-size: var(--fonts-lg);
|
||||
}
|
||||
|
||||
.calendar__event + .calendar__event {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ html {
|
|||
--text: rgb(0 0 0 / 95%);
|
||||
--black-text: rgb(0 0 0 / 95%);
|
||||
--text-lighter: rgb(75 75 75 / 95%);
|
||||
--divider: #635DAB;
|
||||
--divider: #635dab;
|
||||
--theme-error: rgb(199 13 6);
|
||||
--theme-error-transparent: rgba(199 13 6 / 75%);
|
||||
--theme-warning: #c9c900;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user