diff --git a/VERSION b/VERSION index fe91d61d..5c1d24d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop150 +1.18.3-develop151 diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 5f362388..3fe96ab5 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -380,8 +380,8 @@ table.dualTable td, table.dualTable th { padding-left: 15px !important; } .image-accordion { - background-color: #eee; - color: #444; + background-color: #1D1D1D; + color: #0ce3ac; cursor: pointer; padding: 18px; width: 100%; @@ -391,29 +391,30 @@ table.dualTable td, table.dualTable th { font-size: 15px; transition: 0.4s; } -.image-active, .image-accordion:hover { - background-color: #ccc; +.image-active, { + background-color: #D1D1D; +} +.image-accordion:hover { + background-color: #181818; } .image-panel { - padding: 0 18px; - background-color: white; + background-color: #181818; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } .image-accordion:after { - content: '\02795'; /* Unicode character for "plus" sign (+) */ + content: '\25BC'; font-size: 13px; color: #777; float: right; margin-left: 5px; } .image-active:after { - content: "\2796"; /* Unicode character for "minus" sign (-) */ + content: "\25B2"; } table.image-table { - margin-top: 5px; - margin-bottom: 5px; + margin: 0 auto; border-spacing: 10px; border-collapse: separate; } diff --git a/docs/home/test.md b/docs/home/test.md index f8af1b17..0d7effe0 100644 --- a/docs/home/test.md +++ b/docs/home/test.md @@ -1,22 +1,18 @@ diff --git a/docs/metadata/templates.md b/docs/metadata/templates.md index 727418e7..9eb0c326 100644 --- a/docs/metadata/templates.md +++ b/docs/metadata/templates.md @@ -16,7 +16,7 @@ collections: collection_order: release ``` -Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has [syntactic meaning in YAML files](../home/guides/yaml#string-literals). This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. +Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has [syntactic meaning in YAML files](../home/guides/yaml.md#string-literals). This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. Then you add another: