Browse Source

Update colors

Jeremy Thomas 7 years ago
parent
commit
80ebda394e
2 changed files with 2 additions and 6 deletions
  1. 0 5
      docs/_data/variables.json
  2. 2 1
      docs/documentation/overview/colors.html

+ 0 - 5
docs/_data/variables.json

@@ -125,11 +125,6 @@
         "valueId": "turquoise",
         "invertValue": "#fff"
       },
-      {
-        "id": "primary",
-        "valueId": "turquoise",
-        "invertValue": "#fff"
-      },
       {
         "id": "link",
         "valueId": "blue",

+ 2 - 1
docs/documentation/overview/colors.html

@@ -9,6 +9,7 @@ colors:
 - id: "light"
 - id: "dark"
 - id: "primary"
+- id: "link"
 - id: "info"
 - id: "success"
 - id: "warning"
@@ -40,7 +41,7 @@ colors:
           <th>Variable</th>
           <th>Value</th>
           <th>Computed value</th>
-          <th>Invert variable</th>
+          <th>Invert value</th>
           <th>Computed invert value</th>
         </tr>
       </thead>