An actually light theme. And removed overloaded toc.
starcitizen.tools light theme by regs01

Details
Authorregs01
LicenseMIT
Categorystarcitizen.tools
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name starcitizen.tools light theme
@namespace github.com/regs01/usercss
@version 1.0.0
@description An actually light theme
@author coth
==/UserStyle== */
@-moz-document domain("starcitizen.tools") {
body {
background: white !important;
--color-progressive: #000;
--color-link: #000;
--color-surface-1: #f3f3f3;
--color-surface-2: #ececec;
--color-surface-2--hover: #f7f7f7;
--color-surface-3: #f3f3f3;
--background-color-success-subtle: #f7f7f7;
}
.citizen-page-header {
background: none !important;
}
.citizen-page-sidebar {
display: none !important;
}
.citizen-body {
width: 100% !important;
}
.citizen-body-container {
grid-template-areas: 'content .'
'footer .' !important;
grid-template-columns: 100% !important;
padding-right: 8px !important;
}
.citizen-header {
background: white !important;
box-shadow: -3px 0px 10px #333 !important;
}
.citizen-footer,
.read-more-container-card-list li a span {
background-color: var(--color-surface-1) !important
}
.infobox__image {
transition: unset !important;
transform: unset !important;
margin-bottom: 0px !important;
}
.infobox__image::after {
background-image: unset !important;
height: 0px !important;
opacity: 0 !important;
transform: unset !important;
transition: unset !important;
}
.infobox__button {
background-color: #ddd !important;
}
.infobox__button .infobox__buttonLabel {
color: black !important;
}
.infobox__button .infobox__buttonLabel img {
filter: none !important;
}
#footer-icons img {
filter: invert(1) !important;
}
.hatnote-container {
background: #FFFAD6 !important;
}
}