Reverts the newly added UI revamp to the old one (mostly). Also removes premium and collection button taking up space.
Revert new UI NexusMods by michu97736

Details
Authormichu97736
LicenseNo License
Categorynexusmods.com
Created
Updated
Size868 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RevertNexusNewUI
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Reverts the newly added UI revamp
@author michu97736
==/UserStyle== */
@-moz-document regexp("^https://www\\.nexusmods\\.com/.*") {
span.alert {
color: #fff;
background-color: #da8e35 !important;
}
:root {
--surface-mid: #444444 !important;
--surface-low: #2d2d2d !important;
}
body {
font-family: Roboto, sans-serif;
}
h1, h2, h3, h4, h5, h6{
font-family: bebas_neuebook;
}
.btn, a.btn, a.btn.popup-btn-ajax{
background: #da8e35;
}
.premium-block{
display: none;
}
.collections-banner-outer-wrapper-trigger .collections-banner-wrapper{
display: none;
}
}