Skip to content

Commit

Permalink
fix connection line color
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Nov 26, 2023
1 parent 001e61b commit bed1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4/assets/sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $logo-color: {{ .Param "logoColor" | default "darken(#f1f1f1, 60)" }};
$bubble-color: {{ .Param "bubbleColor" | default "$logo-color" }};
$bubble-background-color: {{ .Param "bubbleBackgroundColor" | default "#373737" }};
$bubble-hover-color: {{ .Param "bubbleHoverColor" | default "$highlight-color" }};
$connection-line-color: {{ .Param "connectionLineColor" | default "rgba(invert(#000),0.05)" }};
$connection-line-color: {{ .Param "connectionLineColor" | default "#444" }};
$connection-dot-color: {{ .Param "connectionDotColor" | default "#444" }};

$article-background-color: {{ .Param "articleBackgroundColor" | default "#222" }};
Expand Down

0 comments on commit bed1a1c

Please sign in to comment.