diff options
Diffstat (limited to 'src/doc_reform/meta/metadoc_curate_authors.d')
-rw-r--r-- | src/doc_reform/meta/metadoc_curate_authors.d | 6 |
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; |