Skip to content

Commit

Permalink
Fixed line color at the end brentthorne#97
Browse files Browse the repository at this point in the history
  • Loading branch information
dktanwar authored Aug 23, 2019
1 parent cdc007a commit 3a9fc63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
text-align: center;
color: $if(sectitle_textcol)$$sectitle_textcol$$else$#FFFFFF$endif$;
font-size: $if(sectitle_textsize)$$sectitle_textsize$$else$65pt$endif$;
border: $if(sectitle_borderwidth)$$sectitle_borderwidth$$else$2mm$endif$ solid $if(sectitle_bordercol)$$sectitle_bordercol$$else$$if(primary_colour)$$primary_colour$$else$#0b4545$endif$$endif$;
border: $if(sectitle_borderwidth)$$sectitle_borderwidth$$else$2mm$endif$ solid $if(sectitle_bordercol)$$sectitle_bordercol$$else$$if(primary_colour)$$primary_colour$$else$#FFFFFF$endif$$endif$;
background-color: $if(sectitle_bgcol)$$sectitle_bgcol$$else$$if(primary_colour)$$primary_colour$$else$#0b4545$endif$$endif$;
border-radius: $if(sectitle_boxshape)$$sectitle_boxshape$$else$4mm 0mm$endif$;
margin-top: 2mm;
Expand Down

0 comments on commit 3a9fc63

Please sign in to comment.