diff --git a/custom.css b/custom.css index c91ee29..280a235 100644 --- a/custom.css +++ b/custom.css @@ -24,15 +24,30 @@ cite { /* Removes nav area from /about/more /public and profiles */ +/* div.public-layout > div.container > nav.header { display:none!important; } +*/ /* Remove scrollbar styling */ html { scrollbar-color:unset; } +/* De-truncate links */ +span.ellipsis::after { + content:""; +} +span.invisible { + display:inline; + font-size:inherit; + height:inherit; + line-height:inherit; + position:inherit; + width:inherit; +} + /* Place display name and account on separate lines */ strong.display-name__html { display:block; @@ -261,3 +276,7 @@ div.landing div.hero-widget__footer { .admin-wrapper .sidebar-wrapper { flex:none; } + +/*testing*/ + +a:hover {color:#ffaec9!important;}