Update Lara dark colors
parent
7d0eb35e12
commit
7c609f7aed
|
@ -3,7 +3,7 @@
|
|||
"content": "🎉 Introducing the official Nuxt Module. ",
|
||||
"linkText": "Learn More",
|
||||
"linkHref": "https://primevue.org/nuxt",
|
||||
"backgroundStyle": "background-color:#059669",
|
||||
"textStyle": "color:#ffffff;font-weight:500",
|
||||
"linkStyle": "color:#ffffff;font-weight:700;text-decoration: underline;"
|
||||
"backgroundStyle": "background-color:var(--primary-color)",
|
||||
"textStyle": "color:var(--primary-color-text);font-weight:500",
|
||||
"linkStyle": "color:var(--primary-color-text);font-weight:700;text-decoration: underline;"
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
.layout-news-link,
|
||||
.layout-news-link:visited,
|
||||
.layout-news-link:active {
|
||||
color:#ffffff;
|
||||
color:var(--primary-color-text);
|
||||
font-weight:700;
|
||||
}
|
||||
.layout-news-link:hover {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue