aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-30 17:28:11 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-30 23:45:30 -0700
commit90b06f6f6db1a40946ba280f7324b15fec2f667e (patch)
tree2c41764c7fcd7d8b03c061c292307795b9f3d710 /python/fatcat_web/templates/base.html
parent18933a623450d42e5834cf31cee1f4cfa7f5bb7a (diff)
downloadfatcat-90b06f6f6db1a40946ba280f7324b15fec2f667e.tar.gz
fatcat-90b06f6f6db1a40946ba280f7324b15fec2f667e.zip
generic HTML views for TOML editing
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r--python/fatcat_web/templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index 18c66077..2c18ec44 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -25,6 +25,10 @@
@media only screen and (max-width: 479px) {
.mobile-hide{ display: none !important; }
}
+
+ .field textarea#toml {
+ font-family: monospace;
+ }
</style>
{% block extra_head %}{% endblock %}
</head>