From d3f71341cdcff17e0d0a82d1f7ac97255ff90bbb Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 29 Jan 2022 23:58:45 -0500 Subject: xmls css, stepwise changes --- src/doc_reform/meta/metadoc_curate_topics.d | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/doc_reform/meta/metadoc_curate_topics.d') diff --git a/src/doc_reform/meta/metadoc_curate_topics.d b/src/doc_reform/meta/metadoc_curate_topics.d index 9a01f5a..0f6b74c 100644 --- a/src/doc_reform/meta/metadoc_curate_topics.d +++ b/src/doc_reform/meta/metadoc_curate_topics.d @@ -184,6 +184,9 @@ string theme_dark_0 = format(q"┃ color : #FFFFFF; background : #777777; } + input, select, textarea { + font-size : 150%%; + } input { color : #FFFFFF; background-color : #777777; @@ -228,6 +231,9 @@ string theme_light_0 = format(q"┃ a.lev3:hover { background : #BBBBBB; } + input, select, textarea { + font-size : 150%%; + } input { color : #000000; background-color : #FFFFFF; -- cgit v1.2.3