Re: Custom Style

On Dec 12, 2012, at 7:02 AM, Giuseppe Pascale <giuseppep@opera.com> wrote:

> What is the best way nowadays to define custom styles for ReSpec documents, now that extraCSS config parameter is deprecated?
> 
> In particular, I'm working on a NON W3C document, and I want to tweak the "unofficial" stylesheet. Using <link> or <style> doesn't seem to work since the respec style takes precedence.


<link> works for me. You just have to make sure the cascade does not conflict, because the ReSpec CSS is appended after your linked CSS file.

<link href="./css/screen.css" rel="stylesheet" type="text/css">

Received on Thursday, 13 December 2012 00:13:33 UTC