diff --git a/dev/mathlive/notebook.clj b/dev/mathlive/notebook.clj index d9ae2f5..5ab55b1 100644 --- a/dev/mathlive/notebook.clj +++ b/dev/mathlive/notebook.clj @@ -62,12 +62,12 @@ math-field { font-size: 24px; border-radius: 4px; - border: .5px solid; + border: 1px solid; padding: 8px; } math-field:focus-within { - outline: Highlight auto 1px; - outline: -webkit-focus-ring-color auto 1px + outline: none; + border: 1px solid blue; }"]) ;; ## Basic Mathfield diff --git a/dev/user.clj b/dev/user.clj index 32339ed..665ae97 100644 --- a/dev/user.clj +++ b/dev/user.clj @@ -17,9 +17,9 @@ (concat (list (hiccup/include-css - "https://unpkg.com/mathlive@0.83.0/dist/mathlive-static.css") + "https://unpkg.com/mathlive@0.85.1/dist/mathlive-static.css") (hiccup/include-css - "https://unpkg.com/mathlive@0.83.0/dist/mathlive-fonts.css")) + "https://unpkg.com/mathlive@0.85.1/dist/mathlive-fonts.css")) (old))))))