aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/metadoc_curate_authors.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-01-29 23:58:45 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-01-31 20:59:14 -0500
commitd3f71341cdcff17e0d0a82d1f7ac97255ff90bbb (patch)
tree01274c6b8ba812845d413aef611ed84b0c1fed49 /src/doc_reform/meta/metadoc_curate_authors.d
parentxmls css, start to consider mobile usability (diff)
xmls css, stepwise changes
Diffstat (limited to 'src/doc_reform/meta/metadoc_curate_authors.d')
-rw-r--r--src/doc_reform/meta/metadoc_curate_authors.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc_reform/meta/metadoc_curate_authors.d b/src/doc_reform/meta/metadoc_curate_authors.d
index f7d250b..ceb6229 100644
--- a/src/doc_reform/meta/metadoc_curate_authors.d
+++ b/src/doc_reform/meta/metadoc_curate_authors.d
@@ -141,6 +141,9 @@ string theme_dark_0 = format(q"┃
color : #FFFFFF;
background : #777777;
}
+ input, select, textarea {
+ font-size : 150%%;
+ }
input {
color : #FFFFFF;
background-color : #777777;
@@ -185,6 +188,9 @@ string theme_light_0 = format(q"┃
a.lev3:hover {
background : #BBBBBB;
}
+ input, select, textarea {
+ font-size : 150%%;
+ }
input {
color : #000000;
background-color : #FFFFFF;