UI changes

This commit is contained in:
sairaj mote 2023-02-04 21:13:55 +05:30
parent 3c543d2610
commit a38d94ea37
3 changed files with 5 additions and 3 deletions

View File

@ -990,7 +990,7 @@ ul {
}
.display-task__title {
color: rgba(var(--text-color), 0.9);
font-size: 1.2rem;
font-size: 1rem;
font-weight: 500;
}
.display-task__description {
@ -1508,6 +1508,7 @@ ul {
gap: 0.5rem;
border-radius: 0.5rem;
background: rgba(var(--foreground-color), 1);
border: solid thin rgba(var(--text-color), 0.4);
}
.admin-task .task-title {
line-height: 1.6;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -952,7 +952,7 @@ ul {
}
&__title {
color: rgba(var(--text-color), 0.9);
font-size: 1.2rem;
font-size: 1rem;
font-weight: 500;
}
&__description {
@ -1457,6 +1457,7 @@ ul {
gap: 0.5rem;
border-radius: 0.5rem;
background: rgba(var(--foreground-color), 1);
border: solid thin rgba(var(--text-color), 0.4);
.task-title {
line-height: 1.6;
font-size: 1.1rem;