Skip to content

Commit

Permalink
Don't wrap header text
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHorkles committed Mar 12, 2024
1 parent f1ae8c7 commit 39081fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions client/client.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 39081fb

Please sign in to comment.