diff --git a/client/client.style.css b/client/client.style.css index 9374e6c..fb371ad 100644 --- a/client/client.style.css +++ b/client/client.style.css @@ -30,6 +30,12 @@ div.w-full.bg-neutral-900 { } +/* Disable word wrapping */ +a.font-header { + white-space: nowrap; +} + + /* Secondary header */ div.SubNavigation-sc-lfuaoi-0.jZPsWO { diff --git a/conf.yml b/conf.yml index c2c608b..611d812 100644 --- a/conf.yml +++ b/conf.yml @@ -6,7 +6,7 @@ info: identifier: "darkenate" description: "A dark theme inspired by bloom.host's colors and the Recolor theme" flags: "" - version: "v1.1.2" + version: "v1.1.3" target: "alpha-SLX" author: "JasonHorkles" icon: "assets/icon.jpg"