From f239c938e90d2d1409ea3a97dc91ce3d41a3f7be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 5 Dec 2019 20:04:53 +0100 Subject: [PATCH] css: fix a typo in the CSS file. Sorry if this broke your things. --- css/m-components.css | 2 +- css/m-dark+documentation.compiled.css | 2 +- css/m-dark.compiled.css | 2 +- css/m-light+documentation.compiled.css | 2 +- css/m-light.compiled.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/m-components.css b/css/m-components.css index a365ca5f..b54df4cc 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -1030,7 +1030,7 @@ figure.m-figure:not(.m-flat) > svg.m-graph:first-child { color: var(--dim-link-active-color); } .m-block.m-flat { border-color: transparent; } -.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5. .m-block.m-flat h6 { +.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5, .m-block.m-flat h6 { color: var(--default-color); } diff --git a/css/m-dark+documentation.compiled.css b/css/m-dark+documentation.compiled.css index 15c104b7..91bd3d19 100644 --- a/css/m-dark+documentation.compiled.css +++ b/css/m-dark+documentation.compiled.css @@ -1258,7 +1258,7 @@ figure.m-figure:not(.m-flat) > svg.m-graph:first-child { color: #747474; } .m-block.m-flat { border-color: transparent; } -.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5. .m-block.m-flat h6 { +.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5, .m-block.m-flat h6 { color: #dcdcdc; } .m-block.m-default h3 a:hover, .m-block.m-default h3 a:focus, .m-block.m-default h3 a:active, diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index e3f5d61c..30cb0133 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -1258,7 +1258,7 @@ figure.m-figure:not(.m-flat) > svg.m-graph:first-child { color: #747474; } .m-block.m-flat { border-color: transparent; } -.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5. .m-block.m-flat h6 { +.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5, .m-block.m-flat h6 { color: #dcdcdc; } .m-block.m-default h3 a:hover, .m-block.m-default h3 a:focus, .m-block.m-default h3 a:active, diff --git a/css/m-light+documentation.compiled.css b/css/m-light+documentation.compiled.css index 8bc5c5c6..d5c86dfb 100644 --- a/css/m-light+documentation.compiled.css +++ b/css/m-light+documentation.compiled.css @@ -1258,7 +1258,7 @@ figure.m-figure:not(.m-flat) > svg.m-graph:first-child { color: #949494; } .m-block.m-flat { border-color: transparent; } -.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5. .m-block.m-flat h6 { +.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5, .m-block.m-flat h6 { color: #000000; } .m-block.m-default h3 a:hover, .m-block.m-default h3 a:focus, .m-block.m-default h3 a:active, diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index 1383365d..6a1a889d 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -1258,7 +1258,7 @@ figure.m-figure:not(.m-flat) > svg.m-graph:first-child { color: #949494; } .m-block.m-flat { border-color: transparent; } -.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5. .m-block.m-flat h6 { +.m-block.m-flat h3, .m-block.m-flat h4, .m-block.m-flat h5, .m-block.m-flat h6 { color: #000000; } .m-block.m-default h3 a:hover, .m-block.m-default h3 a:focus, .m-block.m-default h3 a:active, -- 2.30.2