Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert colors.yml accidental changes #32206

Merged
merged 4 commits into from Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions site/data/colors.yml
@@ -1,23 +1,23 @@
- name: blue
hex: "#0d6efd"
hex: "#007bff"
- name: indigo
hex: "#6610f2"
- name: purple
hex: "#6f42c1"
- name: pink
hex: "#d63384"
hex: "#e83e8c"
- name: red
hex: "#dc3545"
- name: orange
hex: "#fd7e14"
- name: yellow
hex: "#ffc107"
- name: green
hex: "#198754"
hex: "#28a745"
- name: teal
hex: "#20c997"
- name: cyan
hex: "#0dcaf0"
hex: "#17a2b8"
- name: white
hex: "#fff"
- name: gray
Expand Down
2 changes: 1 addition & 1 deletion site/data/grays.yml
Expand Up @@ -9,7 +9,7 @@
- name: 500
hex: "#adb5bd"
- name: 600
hex: "#868e96"
hex: "#6c757d"
- name: 700
hex: "#495057"
- name: 800
Expand Down