summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-27 18:26:25 -0400
committerDavid Gay <david@davidgay.org>2021-05-27 18:26:25 -0400
commit2c2de801b4481695f3d1b6b14527116092cb1197 (patch)
tree63656e5870438ce2b1185b198ff38ce73c5cf78c /app/javascript/stylesheets
parent82ebb73bb4fc53ec5af428a88809ab8f11e52c0b (diff)
ItemsController that displays item game data
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r--app/javascript/stylesheets/typography.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/stylesheets/typography.css b/app/javascript/stylesheets/typography.css
index 7bb10ea..9efa03a 100644
--- a/app/javascript/stylesheets/typography.css
+++ b/app/javascript/stylesheets/typography.css
@@ -4,6 +4,11 @@
font-family: "Montaga", "Open Sans", sans-serif;
}
+.text-code {
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+ @apply rounded bg-gray-700 px-2 py-1 text-sm;
+}
+
body {
font-family: "Open Sans", sans-serif;
}