diff --git a/src/index.css b/src/index.css index d50eead..4a774ee 100644 --- a/src/index.css +++ b/src/index.css @@ -123,7 +123,7 @@ button.link-button {text-decoration: underline;} .light button.btn { color: black} .light button.btn:hover { background: #ddd} .light button.btn:disabled { color: #888; background-color: inherit; } -.light .accent1 { color:rgb(56, 161, 103)} +.light .accent1 { color:green} .light .expressionInput { border-bottom: solid 1px rgba(0, 0, 0, 0.5);} .light .button { border: solid 1px gray; } .light .button:hover { background: rgba(0, 0, 0, 0.2);} diff --git a/src/shell/components/HelpResultView.css b/src/shell/components/HelpResultView.css index 3245a9d..c6a312a 100644 --- a/src/shell/components/HelpResultView.css +++ b/src/shell/components/HelpResultView.css @@ -1,5 +1,7 @@ .help ul { list-style-type: none; margin: 0; margin-left: 10px; margin-top: 0.2em; padding: 0; } -.help li { padding: 1px;} +.help li { padding: 1px; margin-bottom: 5px;} +.help code, .help code a { color:mediumseagreen} +.light .help code, .light .help code a { color:green} .help p { margin-top: 0.5em } .help .section {padding: 1em;} .help .panel-container {overflow: hidden;}