Last active
March 3, 2024 12:08
-
-
Save soulhotel/9a0258131aeb760d998523eac372d253 to your computer and use it in GitHub Desktop.
reddit.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* put inside userContent.css | |
or you can link to it for organization | |
@import url(reddit.css); | |
*/ | |
@-moz-document domain(reddit.com) { | |
._31N0dvxfpsO6Ur5AKx4O5d, | |
._3ozFtOe6WpJEMUtxDOIvtU, | |
._1gVVmSnHZpkUgVShsn7-ua, | |
.theme-beta, | |
._29IbETWb5VVDcfk_-GumWz { | |
background-attachment: fixed; background-image: url("https://i.imgur.com/JrcxxQ8.gif") !important; /*black space*/ | |
background-size: cover !important;} | |
/* ----------- global color schemes ----------- */ | |
/* these were all 🟠 */ | |
*, :root { | |
--color-global-orangered: #5268bb; | |
--color-brand-background: #5268bb !important; | |
--color-brand-background-hover: #91DFF0 !important; | |
--color-global-brand-orangered: #5268bb !important; | |
--color-action-upvote: #91DFF0 !important; | |
--color-upvote-background: #5268bb !important; | |
--color-upvote-background-hover: #91DFF0 !important; | |
--newCommunityTheme-voteText-upvote: #5268bb !important; | |
--newCommunityTheme-voteText-upvoteShaded80: #5268bb !important; | |
--newCommunityTheme-voteText-upvoteTinted80: #5268bb !important; | |
--newRedditTheme-voteText-upvote: #5268bb !important; | |
--newRedditTheme-voteText-upvoteShaded80: #5268bb; | |
--newRedditTheme-voteText-upvoteTinted80: #5268bb; | |
--newCommunityTheme-postIcon: #5268bb !important; | |
--newCommunityTheme-postLine: #5268bb !important; | |
} | |
/*number of upvotes color, many instances not using the color variables above*/ | |
._1rZYMD_4xY3gRcSS3p8ODO, ._3a2ZHWaih05DgAOtvu6cIo, | |
_25IkBM0rRUqWX5ZojEMAFQ, _3ChHiOyYyUkpZ_Nm3ZyM2M | |
{color: white !important;} | |
/*notification badge color*/ | |
._1-nIsCaWhGBFN-L4ZHnbGp {background: #5268bb !important;} | |
/* ----------- header icon ----------- */ | |
.snoo-cls-10 { | |
fill: #5268bb !important;} | |
.snoo-cls-4 { | |
fill: #5268bb !important; /*they fill each eye seperately for some reason*/ | |
} | |
.snoo-cls-7 { | |
fill: #5268bb !important; /* right eye*/ | |
} | |
/* ----------- try premium button then icon ----------- */ | |
._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- { | |
background-color: #5268bb !important;} | |
.icon._3-m5rOa3loUClNwpCv1uWU { | |
color: #5268bb !important;} | |
/* ----------- karma icon ----------- */ | |
.icon._2wYneOcJEB6o4mj1NedmsR { | |
color: #5268bb !important;} | |
/* ----------- Home side panel reddit icon ----------- */ | |
._2KqgQ5WzoQRJqjjoznu22o { | |
background: url("redd2.png") 0% 0% / 40px 68px !important; | |
height: 68px; width: 40px !important !important;} | |
/* home header image was https://www.redditstatic.com/desktop2x/img/id-cards/[email protected] */ | |
/* remove the following if desired.*/ | |
.hpxKmfWP2ZiwdKaWpefMn { | |
background-image: url("homebanner.png") !important;} | |
} /*<----close out reddit*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
youll need this for the banner:
homebanner.png