Skip to content

Commit

Permalink
fix: the title's colors are hardcoded ... very bad
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Dec 7, 2020
1 parent 307271c commit 7e9a6d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/functions.puml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
!endif
!$s=$s_d + $s_v
left header
<color:black><size:16>$title</size></color>
<color:$FONT_COLOR><size:$FONT_SIZE_LG>$title</size></color>
!if ($subtitle)
<color:black><size:14>$subtitle</size></color>
<color:$FONT_COLOR><size:$FONT_SIZE_MD>$subtitle</size></color>
!endif
<color:grey><size:12>$s</size></color>
<color:$FONT_COLOR_LIGHT><size:$FONT_SIZE_XS>$s</size></color>
end header
!endprocedure

Expand Down
6 changes: 3 additions & 3 deletions lib/glib/template/functions.puml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
!endif
!$s=$s_d + $s_v
left header
<color:black><size:16>$title</size></color>
<color:$FONT_COLOR><size:$FONT_SIZE_LG>$title</size></color>
!if ($subtitle)
<color:black><size:14>$subtitle</size></color>
<color:$FONT_COLOR><size:$FONT_SIZE_MD>$subtitle</size></color>
!endif
<color:grey><size:12>$s</size></color>
<color:$FONT_COLOR_LIGHT><size:$FONT_SIZE_XS>$s</size></color>
end header
!endprocedure

Expand Down

0 comments on commit 7e9a6d5

Please sign in to comment.