diff options
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css b/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css index 0f4b1a4d4..a70ee557a 100644 --- a/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css +++ b/docs/quick_tutorial/cookiecutters/cc_starter/static/theme.css @@ -17,6 +17,9 @@ h6 { p { font-weight: 300; } +button, input, optgroup, select, textarea { + color: black; +} .font-normal { font-weight: 400; } |
