diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-24 13:59:28 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 681dd49c3e138942778266cc44210e47eea8b048 (patch) | |
tree | 14ba4e94ba6718d3c5a19daca652972706407aa0 /org/out_xmls_css.org | |
parent | backmatter, special sections, heading ocn fix (diff) |
html, harvests search form, minor misc
- harvests add search form to db option
- dark theme input background color
(follows cgi search form)
- html tidy
html tidy
Diffstat (limited to 'org/out_xmls_css.org')
-rw-r--r-- | org/out_xmls_css.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org index 443f788..7e5ed46 100644 --- a/org/out_xmls_css.org +++ b/org/out_xmls_css.org @@ -157,6 +157,10 @@ template spineCss() { color : #003399; text-decoration : underline; } + input { + color : #000000; + background-color : #FFFFFF; + } #+END_SRC **** div @@ -1073,6 +1077,10 @@ Consider what if anything should be used here color : #888888; text-decoration : underline; } + input { + color : #FFFFFF; + background-color : #777777; + } #+END_SRC **** div |