@import "showcased-categories"; @import "chat-desktop"; @import "sidebar-desktop"; .top-header-image { height: 128px; 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:nth-last-child(2) { a { color: white; background-color: #111827; border-radius: .375rem; } } } // Sidebar .sidebar-section[data-section-name="orcashub"] { // Hide OrcasHub section in the sidebar on desktop since it's show in the header. display: none !important; } // Footer .custom-footer { .list { margin: 2rem 5em 4rem; } }