diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 15:57:24 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 15:57:24 +0100 |
commit | 388d1c218572a55fb0dd413939083ecfc185888d (patch) | |
tree | e04a82984f1e67bcf565536332ca258008a87850 /img/theme.ipuml | |
parent | 07a919befbdff9d7da8db95a890c2f647396cd23 (diff) | |
parent | 4b12d1f1e6dbded47637ef8e2550741882d59329 (diff) |
Merge branch 'master' into loek/design
Diffstat (limited to 'img/theme.ipuml')
-rw-r--r-- | img/theme.ipuml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/img/theme.ipuml b/img/theme.ipuml index ae3b1c7..81391e2 100644 --- a/img/theme.ipuml +++ b/img/theme.ipuml @@ -1,6 +1,14 @@ ' vim:ft=plantuml -!theme plain +<style> +root { + BackgroundColor white + FontColor black + LineThickness 1 + Margin 0 +} +</style> + skinparam ClassAttributeIconSize 0 skinparam ClassFontStyle bold skinparam DefaultFontName Inter |