Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you use a different stylesheet for IE?
To the best of my knowledge the same stylesheet, I didn’t do anything to change it.
I just tested it again on https://browserlab.adobe.com/en-us/index.html
It looked fine on firefox and chrome, and safari, but the light grey to dark grey didn’t show up but the font color change to white did show up which is bad because it can’t really be seen on the light grey background that didn’t change especially on a page like this…
http://ringfever.com/blog/site-index-3/
forgot to mention on last post, it was IE that isn’t working
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If some black magic is at-play, try sorting out some validation errors.
changed from dark grey to black, same problem…
/*
Welcome to Custom CSS!
CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.
By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don’t need to copy all
your theme’s stylesheet content.
*/
.type-post, .type-page {
background: #000;
}
body {
margin: 0;
font-family: ‘Arial’, sans-serif;
font-size: 14px;
color: #fff;
.. missing an end } there on the body {} portion ..