diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-29 23:58:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-31 20:59:14 -0500 |
commit | d3f71341cdcff17e0d0a82d1f7ac97255ff90bbb (patch) | |
tree | 01274c6b8ba812845d413aef611ed84b0c1fed49 /org/out_curate_metadata.org | |
parent | xmls css, start to consider mobile usability (diff) |
xmls css, stepwise changes
Diffstat (limited to 'org/out_curate_metadata.org')
-rw-r--r-- | org/out_curate_metadata.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org/out_curate_metadata.org b/org/out_curate_metadata.org index cda8dfc..6c7169f 100644 --- a/org/out_curate_metadata.org +++ b/org/out_curate_metadata.org @@ -674,6 +674,9 @@ string theme_dark_0 = format(q"┃ color : #FFFFFF; background : #777777; } + input, select, textarea { + font-size : 150%%; + } input { color : #FFFFFF; background-color : #777777; @@ -718,6 +721,9 @@ string theme_light_0 = format(q"┃ a.lev3:hover { background : #BBBBBB; } + input, select, textarea { + font-size : 150%%; + } input { color : #000000; background-color : #FFFFFF; |