From dcaa78cbce91eefe66f4cbcfc2c651a485d1a0da Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Tue, 31 Jan 2017 17:33:27 +0100 Subject: Make naked codeblocks default to Scala --- doc-tool/resources/css/dottydoc.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc-tool/resources') diff --git a/doc-tool/resources/css/dottydoc.css b/doc-tool/resources/css/dottydoc.css index 69089b2e4..7e7c501bf 100644 --- a/doc-tool/resources/css/dottydoc.css +++ b/doc-tool/resources/css/dottydoc.css @@ -47,6 +47,12 @@ div#doc-page-container > h5 { font-size: 1rem; } +div#entity-container h1 > a, +div#entity-container h2 > a, +div#entity-container h3 > a, +div#entity-container h4 > a, +div#entity-container h5 > a, +div#entity-container h6 > a, div#doc-page-container > h1 > a, div#doc-page-container > h2 > a, div#doc-page-container > h3 > a, @@ -57,6 +63,12 @@ div#doc-page-container > h6 > a { color: #373a3c; } +div#entity-container h1 > a:hover, +div#entity-container h2 > a:hover, +div#entity-container h3 > a:hover, +div#entity-container h4 > a:hover, +div#entity-container h5 > a:hover, +div#entity-container h6 > a:hover, div#doc-page-container > h1 > a:hover, div#doc-page-container > h2 > a:hover, div#doc-page-container > h3 > a:hover, @@ -66,6 +78,12 @@ div#doc-page-container > h6 > a:hover { text-decoration: underline; } +div#entity-container h1 > a:focus, +div#entity-container h2 > a:focus, +div#entity-container h3 > a:focus, +div#entity-container h4 > a:focus, +div#entity-container h5 > a:focus, +div#entity-container h6 > a:focus, div#doc-page-container > h1 > a:focus, div#doc-page-container > h2 > a:focus, div#doc-page-container > h3 > a:focus, -- cgit v1.2.3