aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-dashboard-common/tensorboard-color.html
blob: c3a59b7a3124ed867a009bc0c34744e4ce00e2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<link rel="import" href="../../bower_components/polymer/polymer.html">
<style is="custom-style">

  :root {
    --tb-orange-weak: #fcb938;
    --tb-orange-strong: #f3913e;
    --tb-grey-darker: #e2e2e2;
    --tb-grey-lighter: #f3f3f3;
  }

</style>