Update news style

pull/5507/head
Cagatay Civici 2024-03-27 12:17:45 +03:00
parent 5486ec46fe
commit a04a2665a1
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,6 @@
{
"id": 52,
"content": "Tailwind Presets for Unstyled PrimeVue",
"id": 60,
"content": "Introducing the new Styled Mode Theming",
"linkText": "Learn More",
"linkHref": "http://tailwind.primevue.org",
"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;"
"linkHref": "http://primevue.org/theming"
}

View File

@ -6,6 +6,7 @@
width: 100%;
height: 2rem;
padding: 0 2rem;
background-color: var(--primary-color);
.layout-news-container {
display: flex;
@ -30,6 +31,8 @@
text-overflow: ellipsis;
overflow: hidden;
min-width: 0%;
font-weight: 500;
color: var(--primary-inverse-color);
}
.layout-news-link {
@ -41,7 +44,7 @@
.layout-news-link,
.layout-news-link:visited,
.layout-news-link:active {
color:var(--primary-color-inverse);
color:var(--primary-inverse-color);
font-weight:700;
}
.layout-news-link:hover {