diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 88cda2d4..53ddc68f 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -885,11 +885,11 @@ select { color: var(--tw-prose-code); font-weight: 600; font-size: 0.875em; - background-color: rgba(var(--color-secondary-200), 1); - padding-top: 3px; - padding-bottom: 3px; - padding-left: 5px; - padding-right: 5px; + background-color: rgba(var(--color-neutral-200), 1); + padding-top: 2px; + padding-bottom: 2px; + padding-left: 3px; + padding-right: 3px; } .prose :where(code):not(:where([class~="not-prose"] *))::before { @@ -2202,14 +2202,14 @@ select { opacity: 0; } -.opacity-70 { - opacity: 0.7; -} - .opacity-30 { opacity: 0.3; } +.opacity-70 { + opacity: 0.7; +} + .mix-blend-normal { mix-blend-mode: normal; } @@ -3352,7 +3352,7 @@ body:has(#menu-controller:checked) { } .dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) { - background-color: rgba(var(--color-secondary-800), 1); + background-color: rgba(var(--color-neutral-600), 1); } .dark .dark\:text-neutral-500 { diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 312cf241..5296e19d 100755 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -3,6 +3,12 @@ title: "Welcome to Blowfish! :tada:" description: "This is a demo of the Blowfish theme for Hugo." --- + + This is a demo site built entirely using Blowfish. It also contains a complete set of [theme documentation]({{< ref "docs" >}}). Blowfish is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.