diff --git a/about.json b/about.json index 31e9830..fdb498c 100644 --- a/about.json +++ b/about.json @@ -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": { diff --git a/desktop/desktop.scss b/desktop/desktop.scss index cd91d74..f5c023a 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -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 {