| Current Path : /home/u4uwebca/public_html/pano.4uweb.ca/media/scss/ |
| Current File : /home/u4uwebca/public_html/pano.4uweb.ca/media/scss/wintercandy.scss |
/*!* * @package panopticon * @copyright Copyright (c)2023-2024 Nicholas K. Dionysopoulos / Akeeba Ltd * @license https://www.gnu.org/licenses/agpl-3.0.txt GNU Affero General Public License, version 3 or later */ // This palette was created with the help of the http://colormind.io/bootstrap/ tool. // Grays $white: #FCFAFB; $gray-100: #FCFAFB; $gray-200: #f5f4f5; $gray-300: #e6e6e6; $gray-400: #d6d6d6; $gray-500: #c2c2c2; $gray-600: #6b686a; $gray-700: #514f50; $gray-800: #373637; $gray-900: #212021; $black: #100010; // Semantic colours $primary: #81adce; $secondary: #536899; $success: #5cae76; $info: #2f4b6e; $warning: #d99e3e; $danger: #f44336; $light: #FCFAFB; $dark: #66434f; // Accessibility tweaks $link-color: #99B1D7; $link-color-dark: #a8c3ed; // Common includes @import "common";