From: Vladimír Vondruš Date: Thu, 5 Dec 2019 19:04:53 +0000 (+0100) Subject: css: fix a typo in the CSS file. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f239c938e90d2d1409ea3a97dc91ce3d41a3f7be;p=blog.git css: fix a typo in the CSS file. Sorry if this broke your things. --- 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,