From aefaa47451914aae6fd0c294dd45b44d656f7012 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 29 May 2020 19:23:27 +0200 Subject: [PATCH] fix --- docs/static/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/extra.css b/docs/static/extra.css index c58636a2..ca38d5f2 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -19,4 +19,4 @@ h1 { .someclass { color: red; } /* Applies to the element with <... id="someid"> specified. */ -.someid { color: green; } +#someid { color: green; }