Skip to content

Commit

Permalink
FIX: Task Sidebar Font Size
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 17, 2023
1 parent 9d1e31a commit d9d997d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ body {
border-bottom: 0;
}

.sidebar-summary ul, .sidebar-actions ul li a {
font-size: .9em;
}

/* unvisited link */
a:link {
color: rgb(0, 0, 0);
Expand Down

0 comments on commit d9d997d

Please sign in to comment.