summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets/core.css
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-09 18:22:35 -0400
committerDavid Gay <david@davidgay.org>2021-04-09 18:55:30 -0400
commitc58d76edc7926ea03b193e9a40183184a564bf0a (patch)
tree9a725e458a6c982ae85dc9d99aef8bc20b3e15dc /app/javascript/stylesheets/core.css
parentb1d335e65bfcd813c3565257f8c18f22cdac08dc (diff)
Improve hacked-together pokemon generator, plus BSR
Diffstat (limited to 'app/javascript/stylesheets/core.css')
-rw-r--r--app/javascript/stylesheets/core.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css
index ec06839..613e961 100644
--- a/app/javascript/stylesheets/core.css
+++ b/app/javascript/stylesheets/core.css
@@ -44,3 +44,7 @@ textarea {
textarea:focus {
@apply border-gray-700;
}
+
+td {
+ @apply p-2 border border-gray-600;
+}