Difference between revisions of "User:Pathoschild/common.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
(copy from old wiki: https://stardewcommunitywiki.com/User:Pathoschild/common.css (I'm the only editor in the previous edit history))
 
(No difference)

Latest revision as of 18:40, 19 February 2021

/* show missing talk page as redlink */
.vectorTabs li.new a {
    color: #a55858 !important;
}

/* more opaque backgrounds */
.mw-body {
  background-color: rgba(209, 248, 255, 0.85);
}

div.vectorMenu div.menu {
  background-color: rgba(30, 17, 102, 0.85);
}

div#mw-panel {
  background-color: rgba(209, 248, 255, 0.85);
}