Skip to content

Commit

Permalink
FIX: Code Scanning: CSS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 4, 2023
1 parent c20a79b commit 6891112
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ div.task-board-recent {
}

.task-board-title > a {
font-family: "Roboto", sans-serif;
font-family: Roboto, sans-serif;
}

/* HOLDER OF TASKS */
Expand Down Expand Up @@ -705,7 +705,7 @@ code {
background-color: rgba(27, 31, 35, .32);
border-radius: var(--border-radius-kbcss);
color: #000000;
font-family: Tahoma;
font-family: Tahoma, sans-serif;
font-size: 85%;
}

Expand All @@ -714,7 +714,7 @@ blockquote {
font-size: 1.1em;
width: auto;
margin: 5px auto;
font-family: "Open Sans";
font-family: "Open Sans", sans-serif;
font-style: italic;
color: #555555;
padding: 1.2em 30px 1.2em 75px !important;
Expand All @@ -725,7 +725,7 @@ blockquote {
}

blockquote::before {
font-family: "Arial";
font-family: Arial, sans-serif;
content: "\201C";
color: rgb(168, 207, 255);
font-size: 4em;
Expand All @@ -735,7 +735,7 @@ blockquote::before {
}

blockquote::after {
content: '';
content: "";
}

blockquote span {
Expand Down Expand Up @@ -2447,6 +2447,7 @@ span.cell-float-right {
#modal-close-button:hover {
color: var(--pp-white) !important;
}

/* #### END OF MODAL COSE BUTTON */

@media screen and (max-width: 500px) {
Expand Down

0 comments on commit 6891112

Please sign in to comment.