Add custom header links

This commit is contained in:
Tony Grosinger 2024-02-17 08:58:42 -08:00
parent 0b9ae900e3
commit c8fd61c67b
2 changed files with 25 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/discourse-custom-header-links.git",
"https://github.com/discourse/Discourse-easy-footer.git"
],
"assets": {

View File

@ -7,6 +7,30 @@
width: 246px;
}
// Header links
.custom-header-links {
.headerLink a {
padding: .5rem .75rem;
margin: 0 .1rem;
color: var(--header_primary);
font-weight: 500;
font-size: .9rem;
line-height: 1.25rem;
&:hover {
color: white;
}
}
li:last-child {
a {
color: white;
background-color: #111827;
border-radius: .375rem;
}
}
}
// Footer
.custom-footer {
.list {