Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed css? #77

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
12 changes: 0 additions & 12 deletions client/src/components/elements/AlarmItem.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions client/src/components/elements/AlarmList.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions client/src/css/journal.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

/* Journal Entry Textarea */
.journal-entry-textarea {
width: 100%;
height: 150px;width: 95%;
width: 95%;
height: 150px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion client/src/css/music.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* Title Styling */
.title {
font-size: 2em; /* Smaller font size */
color: #012140; /* Darker color for contrast */
color: #4f4e8e; /* Darker color for contrast */
margin-bottom: 0.3em;
}

Expand Down
Loading