mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-12 23:23:20 +00:00
ef48d0a956
* remove global focus outline disable * remove a bunch of unused styles * remove units from 0 values in stylesheets * clean up reality upgrade button grid a bit make sure the text doesn't bump up against the border remove > * selector limit amount of stretch of upgrade grid to 1200px * some more > * selector cleanup * fix up challenges header remove another couple of > * selectors * fix css for dimension rows (avoid > *), format template sanely * couple more codefactor warnings * general ui css/ui theming cleanup * last tab-btn stuff I missed in s8 * reality glyph style sprucing * fix visual bug for teresa unlock display
19 lines
421 B
CSS
19 lines
421 B
CSS
html {
|
|
background: url('../images/s5-bg.jpg') repeat;
|
|
background-size: contain;
|
|
background-position-x: 50%;
|
|
background-position-y: 50%;
|
|
background-size: 150%;
|
|
background-color: white;
|
|
color: black !important;
|
|
}
|
|
|
|
body {
|
|
background: none !important;
|
|
filter: sepia(100%) hue-rotate(0deg) saturate(100%);
|
|
}
|
|
|
|
.container {
|
|
color: black !important;
|
|
text-shadow: 0.5px 0.5px 0 black;
|
|
} |