diff --git a/frontend/src/lib/components/authors.svelte b/frontend/src/lib/components/authors.svelte index 976cc93..ea7c078 100644 --- a/frontend/src/lib/components/authors.svelte +++ b/frontend/src/lib/components/authors.svelte @@ -31,7 +31,6 @@ :global(.authors .img-div) { width: 5rem; height: 5rem; - background-color: white; border: 0.15rem dashed; } @@ -47,6 +46,7 @@ :global(.authors .img-div) { border-color: #CCCCCC; + background-color: white; } } @@ -58,6 +58,7 @@ :global(.authors .img-div) { border-color: #0C0F14; + background-color: #131A22; } } \ No newline at end of file diff --git a/frontend/src/lib/components/calendar.svelte b/frontend/src/lib/components/calendar.svelte index 259dd50..8fe9fa8 100644 --- a/frontend/src/lib/components/calendar.svelte +++ b/frontend/src/lib/components/calendar.svelte @@ -219,7 +219,7 @@ background: #F4F4F4; } - .days li { + .days li button { color: black; } @@ -259,7 +259,7 @@ background: #192431; } - .days li { + .days li button { color: white; } diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 1aafa3b..2881d61 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -53,7 +53,7 @@