Created
July 9, 2020 13:53
-
-
Save officialrajdeepsingh/440c692b147c3a2c2714f22e2390ff7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--bs-blue: #0d6efd; | |
--bs-indigo: #6610f2; | |
--bs-purple: #6f42c1; | |
--bs-pink: #d63384; | |
--bs-red: #dc3545; | |
--bs-orange: #fd7e14; | |
--bs-yellow: #ffc107; | |
--bs-green: #28a745; | |
--bs-teal: #20c997; | |
--bs-cyan: #17a2b8; | |
--bs-white: #fff; | |
--bs-gray: #6c757d; | |
--bs-gray-dark: #343a40; | |
--bs-primary: #0d6efd; | |
--bs-secondary: #6c757d; | |
--bs-success: #28a745; | |
--bs-info: #17a2b8; | |
--bs-warning: #ffc107; | |
--bs-danger: #dc3545; | |
--bs-light: #f8f9fa; | |
--bs-dark: #343a40; | |
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | |
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment