diff --git a/src/App.jsx b/src/App.jsx index d141602..1e357a0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -106,17 +106,17 @@ function App() { >
About
- PrettyScribe is a website that renders{" "} + FancyScribe is a website that renders{" "} BattleScribe {" "} roster files in an opinionated format inspired by the new 10th - edition datacards. Inspiration and large parts of the parsing logic - come from the{" "} + edition datacards. Additional inspiration and large parts of the + parsing logic come from the{" "} PrettyScribe {" "} - application. + website.
Output Examples diff --git a/src/index.css b/src/index.css index 42ccecc..5549034 100644 --- a/src/index.css +++ b/src/index.css @@ -6,8 +6,8 @@ font-size: 13px; color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; + color: #111113; + background-color: #ffffff; font-synthesis: none; text-rendering: optimizeLegibility; @@ -18,8 +18,6 @@ @media (prefers-color-scheme: light) { :root { - color: #111113; - background-color: #ffffff; } a:hover { color: #747bff;