Order selectors
This commit is contained in:
@@ -45,18 +45,6 @@ body, html {
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ with $page.Param "paige.table_of_contents.max_width" }}
|
||||
.paige-toc {
|
||||
max-width: {{ . | safeCSS }};
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ with $page.Param "paige.metadata.max_width" }}
|
||||
.paige-metadata {
|
||||
max-width: {{ . | safeCSS }};
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
.paige-figure .highlight .chroma pre, .paige-figure .highlight pre.chroma {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -83,6 +71,18 @@ body, html {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
{{ with $page.Param "paige.metadata.max_width" }}
|
||||
.paige-metadata {
|
||||
max-width: {{ . | safeCSS }};
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ with $page.Param "paige.table_of_contents.max_width" }}
|
||||
.paige-toc {
|
||||
max-width: {{ . | safeCSS }};
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ with $page.Param "paige.color_scheme" }}
|
||||
{{ if eq . "dark" }}
|
||||
{{ partial "paige/dark.css" . | safeCSS }}
|
||||
|
Reference in New Issue
Block a user