.css-901oao[style*="color: rgb(87, 109, 255)"] {
/*    color: #B09566 !important;
}*/
color: #6dffe2 !important;
}    

  /* Text */
* {
    font-family: "Pelagiad" !important; /* ----> Change "Arial" to whatever font you want */
    color: rgb(202,165,96) !important; /* ----> Click the box to pick text a color */
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;

}

  body {
    background-color: #000000 !important; /* ----> Loading screen background, keep dark so you don't get blinded when loading the page. Shouldn't be visible anywhere else */
}

  @keyframes test {
  0% {
    background-image: url(https://staticdelivery.nexusmods.com/mods/100/images/43311-4-1413677083.jpg)
  }
}

      div.css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv
 {
    background-color: #111 !important;
    background-size: cover;
   animation-name: test;
    animation-duration: 9999999999999999999999999999999999999999999999999999999s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Links*/
a {
    color: rgb(112,126,207) !important; /* ----> Link colors */
}

a:link { 
    color:  rgb(112,126,207) !important; 
    text-decoration: none;
}

a:active { 
    color: rgb(143,155,218) !important; 
    text-decoration: none;
}

a:hover { 
    color: rgb(175,184,228) !important; 
    text-decoration: none;
}

a:visited { 
    color: rgb(143,155,218) !important; 
    text-decoration: none;
}

/*most recent action text color*/
/*.css-16my406 {
    color: #747DDB !important;
}
*/

      .css-1cwyjr8.r-13awgt0.r-1ag4vb1::placeholder {
    color: rgb(202,165,96) !important; /* ----> Changes the input placeholder text color */
}

/*placeholder text font*/
.css-1cwyjr8 {
color: rgb(202,165,96) !important;
}

  .css-1dbjc4n.r-13awgt0.r-18u37iz[style*="border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
    border-color: #91919175 !important; /* ----> Changes the border color of the input box */
    border-radius: 0px !important; 
}

/*Changes input bar length */
.r-13qz1uu {
    width: 95%;
} 

/* Text position?*/
 .css-1dbjc4n.r-150rngu.r-13awgt0.r-eqz5dr.r-16y2uox.r-1wbh5a2.r-11yh6sk.r-1rnoaur.r-1sncvnh{
    padding: 10px !important;
}

  /* Buttons */
 div[style*="border-radius: 10px; justify-content: flex-start; margin: 2px 5px; padding: 8px;"], div[style*="border-radius: 5px; height: 30px; width: auto;"], .css-1dbjc4n[style*="background-image: linear-gradient"] {
    background-color: #0000 !important; /* ----> Changes the background color of the in-game buttons (And also the "Continue" button) */
    background-image: none !important; /* ----> Removes the gradient from the do/say/story button */
}

/* Bottom left buttons. Also seems to affect something behind the Chtulhu button.*/
*[style*="background-color: rgb(59, 59, 59)"] {
    background-color: #0000 !important; /* ----> Replaces all the grey colors (Setting buttons, My stuff/Explore buttons and search bar, maybe some more stuff) */
}

div[style*="max-width: 50px;"] {
    background-color: #0000 !important; /* ----> Changes the background color of the main menu buttons (Except for "Continue" button which inherents background color from above) */
}

  /* Input Box */

.css-1dbjc4n.r-13awgt0.r-18u37iz[style*="border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
    border-color: #91919175 !important; /* ----> Changes the border color of the input box */
    border-radius: 0px !important; 
}

/* Scrollbar */

.css-1dbjc4n.r-13awgt0[style*=" margin-right"] {
     margin-right: 0px !important; /* ----> Removes some padding so the scrollbar is on the edge of the window instead of floating 90 pixels off the edge. */
}

 /* Scrollbar styling (Chromium) */

*::-webkit-scrollbar {
    width: 6px !important; /* ----> Scrollbar width in pixels */
}
*::-webkit-scrollbar-track {
    background: #0000007d !important; /* ----> Scrollbar track color */
}
*::-webkit-scrollbar-thumb {
    background: #87d27f !important; /* ----> Scrollbar color */
}
*::-webkit-scrollbar-thumb:active {
    background: #5a8e54 !important; /* ----> Scrollbar color while in use */
}

/* Scrollbar styling (Firefox) */

* {
  scrollbar-color: #5f605f #0000007d; /* ----> Scrollbar color followed by track color. */
  scrollbar-width: thin; /* Scrollbar width. Other options: auto, none */
}

/* right sidebar */

.r-1pi2tsx.css-1dbjc4n[style*="width: 256px; z-index: 101;"] {
    background-color: #0000 !important;
}

/* left sidebar */

.r-1p0dtai.r-u8s1d.r-ipm5af.r-417010.css-1dbjc4n[style*="border-right-color"] {
    background-color: #0000 !important; /* ----> Background color again, leave transparant and just use the one above */
    border-right-color: #8a878759 !important; /* ----> Border color */
}

.css-18t94o4.css-1dbjc4n.r-1awozwy.r-1loqt21.r-18u37iz.r-1otgn73.r-1i6wzkk.r-lrvibr
{
    background-color: #e3000000 !important; /* ----> Changes boxes around the button in sidebar. Probably best left transparent. */
} 

.css-1dbjc4n[style*="border-bottom-width: 1.5px;"] {
    border-bottom-color: #8a878759 !important; /* ----> Divider color between name/"subscription:" and menus */
}

.css-1dbjc4n.r-1awozwy.r-18u37iz
{
    border-bottom-color: #8a878759 !important; /* ----> Divider color between name/"subscription:" and menus */
}

  /* Don't touch these */
div[style*="border-radius: 5px; height: 30px; width: auto;"] {
    background-color: #0000 !important;
}

*[style*="font-family: MaterialCommunityIcons"] {
    font-family: "MaterialCommunityIcons" !important;
} 

*[style*="FontAwesome"] {
    font-family: "FontAwesome" !important;
}

.r-13awgt0 {
    background-color: #0000 !important;
}

.r-eqz5dr {
    background-color: #0000 !important;
}

/*.r-1xnzce8:not([style*="margin-bottom: 32px;"]) {
  font-family: "Pelagiad" !important;
}*/
Edit
Pub: 19 Feb 2021 16:40 UTC
Views: 9282