File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ aside.onebox {
252252.sidebar-section-link [data-link-name = " preguntas" ] .icon svg ,
253253.sidebar-section-link [data-link-name = " curso" ] a ,
254254.sidebar-section-link [data-link-name = " curso" ] .icon svg {
255- color : #be99f8 ;
255+ color : #be99f8 !important ;
256256}
257257
258258// ** Invert search-box on search page ** //
@@ -364,3 +364,30 @@ div.topic-post.comment .topic-body .who-read {
364364 .sidebar-section-link {
365365 padding : 0.3rem 1rem ;
366366}
367+
368+ // styling
369+ .more-topics__list-title {
370+ font-size : var (--font-up-2 );
371+ }
372+
373+ .badge-card .badge-contents .badge-icon.badge-type-gold .fa {
374+ color : unset !important ;
375+ }
376+
377+ .leaderboard .winner.-position1 .winner__crown ,
378+ .leaderboard .ranking-col-names {
379+ display : none ;
380+ }
381+
382+ .groups-boxes .group-box [data-group-name = " moderadores" ],
383+ .groups-boxes .group-box [data-group-name = " admins" ] {
384+ display : none ;
385+ }
386+
387+ .groups-boxes
388+ .group-box :not ([data-group-name = " voluntarios" ])
389+ .groups-boxes
390+ .group-box
391+ .group-membership {
392+ display : none ;
393+ }
You can’t perform that action at this time.
0 commit comments