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 63a4535 commit b39d2a0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,27 @@ section.page .page-header > ul {

/*** FILE TYPES ***/
.fa-file-pdf-o {color: #FA0F00;}
/*.fa-file-image-o {}*/
/* .fa-file-image-o {} */
.fa-file-excel-o {color: #007237;}
.fa-file-word-o {color: #285397;}
.fa-file-powerpoint-o {color: #B93214;}
.fa-file-archive-o {color: #B37900;}
/*.fa-file-audio-o {}*/
/*.fa-file-video-o {}*/
/* .fa-file-audio-o {} */
/* .fa-file-video-o {} */
.fa-html5 {color: #E14D25;}
/*.fa-file-code-o {}*/
/* .fa-file-code-o {} */
.fa-css3 {color: #1862B6;}
/*.fa-picture-o {}*/
/*.fa-file {}*/
/*.fa-file-text-o {}*/
/* .fa-picture-o {} */
/* .fa-file {} */
/* .fa-file-text-o {} */
.fa-font {
border: 1px solid #000000;
border-radius: var(--border-radius-kbcss);
padding-top: 1px;
padding-bottom: 1px;
width: 18px !important;
}
/*.fa-file-o {}*/
/* .fa-file-o {} */

.fa-cog, .fa-caret-down {
color: #4D4D4D;
Expand All @@ -114,7 +114,7 @@ kbd {
padding: .1em .3em;
font-size: 100%;
font-weight: 700;
color: #fff;
color: #FFFFFF;
background-color: #212529;
border-radius: var(--border-radius-kbcss);
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
Expand Down

0 comments on commit b39d2a0

Please sign in to comment.