diff --git a/Main.lean b/Main.lean index e35991d..ebdbd29 100644 --- a/Main.lean +++ b/Main.lean @@ -11,7 +11,8 @@ where config := { extraFiles := [("static", "static")], extraCss := ["/static/colors.css", "/static/theme.css", "/static/print.css", "/static/fonts/source-serif/source-serif-text.css", "/static/fonts/source-code-pro/source-code-pro.css", "/static/katex/katex.min.css"], - extraJs := ["/static/katex/katex.min.js", "/static/math.js", "/static/print.js"] - emitTeX := false - emitHtmlSingle := true -- for proofreading + extraJs := ["/static/katex/katex.min.js", "/static/math.js", "/static/print.js"], + emitTeX := false, + emitHtmlSingle := true, -- for proofreading + logo := some "/static/lean_logo.svg" } diff --git a/lake-manifest.json b/lake-manifest.json index 8d0c4ca..472115a 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -25,7 +25,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "4c7f449c296461794d5260dd044f2629e53e8532", + "rev": "625054ef9e53e3b9167252f59fd55589aa56e196", "name": "verso", "manifestFile": "lake-manifest.json", "inputRev": "main", diff --git a/static/lean_logo.svg b/static/lean_logo.svg new file mode 100644 index 0000000..98b0913 --- /dev/null +++ b/static/lean_logo.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/theme.css b/static/theme.css index 6468d92..f0b8d64 100644 --- a/static/theme.css +++ b/static/theme.css @@ -105,7 +105,7 @@ figcaption { /** Temporary measures until the real release **/ -body::before { +main::before { content: 'Preview Release'; position: fixed; top: 0; @@ -122,13 +122,13 @@ body::before { background-color: var(--lean-compl-yellow); font-family: var(--verso-structure-font-family); font-size: large; - z-index: -1; /* don't show under marginal notes*/ } -span.TODO, .marginalia .note { - z-index: -2; -} #print { display: none; } + +#top-menu { + +}