Skip to content

Commit

Permalink
test: custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
Myllaume committed Nov 30, 2024
1 parent ec74e06 commit eb25a83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions e2e/csv/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ link_types:
color: "purple"
references_as_nodes: false
record_filters: []
graph_background_color: "#ffffff"
graph_background_color: black
graph_highlight_color: "#ff6a6a"
graph_highlight_on_hover: true
graph_text_size: 7
Expand Down Expand Up @@ -69,4 +69,5 @@ link_symbol: null
link_context: inline
devtools: false
lang: en
generate_id: never
generate_id: never
css_custom: ./styles.css
3 changes: 3 additions & 0 deletions e2e/csv/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.title {
color: gray !important;
}
2 changes: 1 addition & 1 deletion e2e/exec-modelize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd ..
mv ../temp/cosmoscope.html ../temp/timeline.html

cd csv
cosma modelize
cosma modelize --custom-css
cd ..

mv ../temp/cosmoscope.html ../temp/csv.html
Expand Down

0 comments on commit eb25a83

Please sign in to comment.