Brings back the familiar flavour to the RGT repository
RGT - CDR style by emptik

Details
Authoremptik
LicenseMIT
Categoryretrogametalk.com/repository
Created
Updated
Code size815 B
Code checksumd6a40a52
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RGT - CDR Style
@namespace https://userstyles.world/user/emptik
@author emptik
@version 1.0.0
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://retrogametalk.com/repository/") {
/* Replaces the logo with the OG one */
.custom-logo {
content: url(https://cdromance.org/wp-content/uploads/2019/06/logo-180x36.png);
}
/* No blue stuff, please */
[data-theme="dark"] {
--blue: transparent;
--gradient: #3e3e3e;
}
.widget {
box-shadow: none;
}
.widget .widget-title, .rpbt_title {
border-bottom: none;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
border-radius: 5px;
margin-bottom: 0.5em;
}
.widget>:last-child {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
}