Problems with userstyle.css

Hi,

I have a faced a problem concerning the userstyle.css file and the latest version (1.0.140, on Win7). I want to change the appearance of an inline code block via (in usersytle.css)

.inline-code {
    border: 1px solid #ddd;
    background-color: #E6E6E6; 
    border-radius: 3px;
    padding: 0;
    font-family: "Arial";
	font-weight: bold;
    padding: 2px 4px 0px 4px;
    font-size: 1.0em;
	   color: #943C3C;
}

In version 1.0.135, it did perfectly what it should, in 1.0.140 there is no effect. Excatly, the same for the removing the underline of a link,

p > a[href^="https://"], p > a[href^="http://"] {
text-decoration: none;
}

Am I missing something? Thanks for considering!

Can you try with the latest version? It included some changes regarding code block styling.