Skip to content

Commit

Permalink
FIX: Rename CSS Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jan 13, 2023
1 parent 30607bf commit 780a26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
--link-hover-red: #AE003D;
--link-hover-white: #EEEEEE;
--background-hover: rgba(174, 0, 61, 0.5);
--header-page-margin: 5px 15px 10px 15px;
--zf-green: #008F47;
--zf-gold: #A2792C;
--zf-gold-box: rgba(162, 121, 44, 0.6);
Expand All @@ -31,6 +30,7 @@
--ll-black: #141414;
--pp-blue-box: rgba(0, 122, 201, 0.6);
--all-yellow-box: rgba(223, 255, 0, 0.6);
--header-page-margin-kbcss: 5px 15px 10px 15px;
--box-shadow-kbcss: 1px 1px 1px 0px #000;
--border-radius-kbcss: 3px;
--transition-kanboard-css: ease-in-out all .3s;
Expand Down Expand Up @@ -63,7 +63,7 @@ summary i {
}

#main .page-header, section.page > .page-header, section.page > div.margin-bottom, section.page > div.table-list {
margin: var(--header-page-margin);
margin: var(--header-page-margin-kbcss);
}

/*** FILE TYPES ***/
Expand Down

0 comments on commit 780a26c

Please sign in to comment.