UI changes
This commit is contained in:
parent
3c543d2610
commit
a38d94ea37
@ -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
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user