fix(UI): minor styling fixes for Night Ops

This commit is contained in:
Jake Turner 2026-03-19 21:35:38 +00:00 committed by Jake Turner
parent 9802dd7c70
commit 9b74c71f29
2 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ export default function DebugInfoModal({ open, onClose }: DebugInfoModalProps) {
readOnly readOnly
value={loading ? 'Loading...' : debugText} value={loading ? 'Loading...' : debugText}
rows={18} rows={18}
className="w-full font-mono text-xs bg-gray-50 border border-gray-200 rounded-md p-3 resize-none focus:outline-none text-left" className="w-full font-mono text-xs text-black bg-gray-50 border border-gray-200 rounded-md p-3 resize-none focus:outline-none text-left"
/> />
<div className="mt-3 flex items-center justify-between"> <div className="mt-3 flex items-center justify-between">

View File

@ -9,7 +9,7 @@ export default function SupportPage() {
<div className="xl:pl-72 w-full"> <div className="xl:pl-72 w-full">
<main className="px-12 py-6 max-w-4xl"> <main className="px-12 py-6 max-w-4xl">
<h1 className="text-4xl font-semibold mb-4">Support the Project</h1> <h1 className="text-4xl font-semibold mb-4">Support the Project</h1>
<p className="text-gray-600 mb-10 text-lg"> <p className="text-text-muted mb-10 text-lg">
Project NOMAD is 100% free and open source no subscriptions, no paywalls, no catch. Project NOMAD is 100% free and open source no subscriptions, no paywalls, no catch.
If you'd like to help keep the project going, here are a few ways to show your support. If you'd like to help keep the project going, here are a few ways to show your support.
</p> </p>
@ -17,7 +17,7 @@ export default function SupportPage() {
{/* Ko-fi */} {/* Ko-fi */}
<section className="mb-12"> <section className="mb-12">
<h2 className="text-2xl font-semibold mb-3">Buy Us a Coffee</h2> <h2 className="text-2xl font-semibold mb-3">Buy Us a Coffee</h2>
<p className="text-gray-700 mb-4"> <p className="text-text-muted mb-4">
Every contribution helps fund development, server costs, and new content packs for NOMAD. Every contribution helps fund development, server costs, and new content packs for NOMAD.
Even a small donation goes a long way. Even a small donation goes a long way.
</p> </p>
@ -47,7 +47,7 @@ export default function SupportPage() {
className="w-full" className="w-full"
/> />
</a> </a>
<p className="text-gray-700 mb-4"> <p className="text-text-muted mb-4">
Rogue Support is a networking consultation service for home users. Rogue Support is a networking consultation service for home users.
Think of it as Uber for computer networking expert help when you need it. Think of it as Uber for computer networking expert help when you need it.
</p> </p>
@ -65,7 +65,7 @@ export default function SupportPage() {
{/* Other Ways to Help */} {/* Other Ways to Help */}
<section className="mb-10"> <section className="mb-10">
<h2 className="text-2xl font-semibold mb-3">Other Ways to Help</h2> <h2 className="text-2xl font-semibold mb-3">Other Ways to Help</h2>
<ul className="space-y-2 text-gray-700"> <ul className="space-y-2 text-text-muted">
<li> <li>
<a <a
href="https://github.com/Crosstalk-Solutions/project-nomad" href="https://github.com/Crosstalk-Solutions/project-nomad"