diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index ac7f38405..ab8d8b6d4 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -419,13 +419,13 @@ body { a { border-radius: 3px; - background-color: #b2ddea; - color: #00475d; + background-color: #2f4860; + color: #ffffff; padding: 2px 4px; @include transition(background-color .2s); &:hover { - background-color: #d8eef4; + background-color: #536e8b; } } } diff --git a/src/views/flexgrid/FlexGridDemo.vue b/src/views/flexgrid/FlexGridDemo.vue index 604473104..bc300e98e 100644 --- a/src/views/flexgrid/FlexGridDemo.vue +++ b/src/views/flexgrid/FlexGridDemo.vue @@ -2,9 +2,9 @@
Flex Grid CSS is a lightweight flex based responsive layout utility optimized for mobile phones, tablets and desktops. - Flex Grid CSS is not included in PrimeReact as it is provided by PrimeFlex, a shared grid library between PrimeFaces, PrimeNG, PrimeReact and PrimeVue projects.
+ Flex Grid CSS is not included in PrimeReact as it is provided by PrimeFlex , a shared grid library between PrimeFaces, PrimeNG, PrimeReact and PrimeVue projects.