Skip to content

Commit

Permalink
FIX: Remove !important
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 2, 2023
1 parent dde1dce commit 48f97c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1134,13 +1134,13 @@ table > tbody > tr > th:not(:first-child), table > tbody > tr > td:not(:first-ch
}*/

code {
background-color: rgba(27, 31, 35, 0.22) !important;
font-size: 0.9rem !important;
font-family: Monospace !important;
background-color: rgba(27, 31, 35, 0.22);
font-size: 0.9rem;
font-family: Monospace;
letter-spacing: 0.08rem;
color: #bb092d !important;
margin: auto 3px !important;
padding: 1px 3px 3px 3px !important;
color: #bb092d;
margin: auto 3px;
padding: 1px 3px 3px 3px;
border-radius: var(--border-radius-kbcss);
}

Expand Down

0 comments on commit 48f97c0

Please sign in to comment.