diff options
author | phani00 <phani00@gmail.com> | 2018-12-18 17:54:39 +0100 |
---|---|---|
committer | phani00 <phani00@gmail.com> | 2018-12-18 17:54:39 +0100 |
commit | 2354bb5427d5d6b384c2e5b0f8fb9e676249e77b (patch) | |
tree | d7b93e9bb1b2efe2ae68721adab0e1d96b06ee8b /view/theme/redbasic/css | |
parent | b97143e9db5c002145e2811cad4a1e12a9eaa259 (diff) | |
download | volse-hubzilla-2354bb5427d5d6b384c2e5b0f8fb9e676249e77b.tar.gz volse-hubzilla-2354bb5427d5d6b384c2e5b0f8fb9e676249e77b.tar.bz2 volse-hubzilla-2354bb5427d5d6b384c2e5b0f8fb9e676249e77b.zip |
remove color from style.css (default) but add a little padding; add color & border radius to dark.css.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 303987c53..b406e710c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1807,5 +1807,5 @@ dl.bb-dl > dd > li { /* default highlighted text if not specified by schema: */ span.default-highlight { background-color: yellow; - color: #4d4d4d; + padding: 2px 4px; } |