Style fix
This commit is contained in:
+4
-4
@@ -106,17 +106,17 @@ function App() {
|
|||||||
>
|
>
|
||||||
<div style={{ padding: "8px 0", fontSize: "1.7rem" }}>About</div>
|
<div style={{ padding: "8px 0", fontSize: "1.7rem" }}>About</div>
|
||||||
<div style={{ fontSize: "1.2rem" }}>
|
<div style={{ fontSize: "1.2rem" }}>
|
||||||
PrettyScribe is a website that renders{" "}
|
FancyScribe is a website that renders{" "}
|
||||||
<a href="https://www.battlescribe.net/" target="_blank">
|
<a href="https://www.battlescribe.net/" target="_blank">
|
||||||
BattleScribe
|
BattleScribe
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
roster files in an opinionated format inspired by the new 10th
|
roster files in an opinionated format inspired by the new 10th
|
||||||
edition datacards. Inspiration and large parts of the parsing logic
|
edition datacards. Additional inspiration and large parts of the
|
||||||
come from the{" "}
|
parsing logic come from the{" "}
|
||||||
<a href="https://rweyrauch.github.io/PrettyScribe" target="_blank">
|
<a href="https://rweyrauch.github.io/PrettyScribe" target="_blank">
|
||||||
PrettyScribe
|
PrettyScribe
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
application.
|
website.
|
||||||
</div>
|
</div>
|
||||||
<div style={{ padding: "8px 0", fontSize: "1.7rem" }}>
|
<div style={{ padding: "8px 0", fontSize: "1.7rem" }}>
|
||||||
Output Examples
|
Output Examples
|
||||||
|
|||||||
+2
-4
@@ -6,8 +6,8 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: #111113;
|
||||||
background-color: #242424;
|
background-color: #ffffff;
|
||||||
|
|
||||||
font-synthesis: none;
|
font-synthesis: none;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
@@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
:root {
|
:root {
|
||||||
color: #111113;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #747bff;
|
color: #747bff;
|
||||||
|
|||||||
Reference in New Issue
Block a user