Commit 5bfe5ce8 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

style tweak

parent 88e92baf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,17 +22,17 @@ static const std::string kStyleSheetDefault = R"(
  }

  .axis .stroke {
    stroke: rgb(0,0,0);
    stroke: #aaa;
    stroke-width: 1px;
  }

  .axis .tick {
    stroke: rgb(0,0,0);
    stroke: #aaa;
    stroke-width: 1px;
  }

  .axis .label, .axis .title {
    fill: #000;
    fill: #666;
  }

  .axis .label {