aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorphani00 <phani00@gmail.com>2018-12-18 17:54:39 +0100
committerphani00 <phani00@gmail.com>2018-12-18 17:54:39 +0100
commit2354bb5427d5d6b384c2e5b0f8fb9e676249e77b (patch)
treed7b93e9bb1b2efe2ae68721adab0e1d96b06ee8b /view/theme/redbasic/schema
parentb97143e9db5c002145e2811cad4a1e12a9eaa259 (diff)
downloadvolse-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/schema')
-rw-r--r--view/theme/redbasic/schema/dark.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index a0b9b12d3..bf55fec72 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -494,3 +494,9 @@ a.text-dark:focus, a.text-dark:hover {
color: red !important;
text-decoration: none;
}
+
+/* fix color for highlithed text */
+span.default-highlight {
+ color: #333;
+ border-radius: 4px;
+}