7c84dbca4f
because the CSS was lazy-loaded the rules in arc-green did not win. included the css file in the main bundle to fix. the black dots can not be fixed via CSS because they are drawn in a `<canvas>` element unfortunately.
17 lines
369 B
Text
17 lines
369 B
Text
@import "_tribute";
|
|
@import "_emojify";
|
|
@import "_base";
|
|
@import "_markdown";
|
|
@import "_home";
|
|
@import "_install";
|
|
@import "_form";
|
|
@import "_repository";
|
|
@import "_editor";
|
|
@import "_organization";
|
|
@import "_user";
|
|
@import "_dashboard";
|
|
@import "_admin";
|
|
@import "_explore";
|
|
@import "_review";
|
|
@import "~highlight.js/styles/github.css";
|
|
@import "../css/gitGraph.css";
|