Skip to content

reddit.com - scienner for UKPF by scienner

Details

Authorscienner

LicenseCC Zero

Categoryreddit.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Colour tweaks

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         reddit.com - scienner for UKPF
@version      20240408.14.15
@namespace    https://userstyles.world/user/scienner
@description  Colour tweaks
@author       scienner
@license      CC Zero
==/UserStyle== */

@-moz-document domain("reddit.com") {
body {
  background-color: #5a678d;
}

.thing {
  background-color: #f0f3fc;
}

.linklisting .even {
  background-color: #dee2e8;
}

.linklisting .odd {
  background-color: #F0F3FC;   
}

/* class spam seems to be used for all removals */
.linklisting .spam {
  background-color: #F0A8A8;
}

.commentarea  {
  background-color: #f0f3fc;
  border: 1px solid #9A9A9A;
  box-shadow: 0px 1px 3px 1px #A5B9CE;
}

.entry .buttons li a {
  color: #474444;
  font-weight: bold;
  padding: 0 1px;
}

a.title:visited {
  color: #551a8b !important;
}

.res-hasNewComments .newComments {
  color: #058402 !important;
}

.entry.res-selected, .entry.res-selected .md-container {
  background-color: #dce6dd !important;
}

.tagline {
  color: #444;
  font-size: x-small;
}


.side .md [href="//flowchart.ukpersonal.finance"] {
    display:none !important;
}

.side {
  background-color: #f0f3fc;
}

.footer {
  background-color: #f0f3fc;
}
}

Reviews

No reviews yet.