aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphani00 <phani00@gmail.com>2018-12-17 10:08:45 +0000
committerMario <mario@mariovavti.com>2018-12-22 19:52:09 +0100
commitc85534635890dab0497977a5beb9aa17f4510821 (patch)
tree2e52a00db9725719ec0db25673c82c8d4067a0a0
parent0e32c86c3dd5bf7ec43ed974d54c2928bcb5e2fe (diff)
downloadvolse-hubzilla-c85534635890dab0497977a5beb9aa17f4510821.tar.gz
volse-hubzilla-c85534635890dab0497977a5beb9aa17f4510821.tar.bz2
volse-hubzilla-c85534635890dab0497977a5beb9aa17f4510821.zip
remove my dark theme fixes.
(cherry picked from commit 70a766171117fd94c7e0ca228d3b879f7f307e5f)
-rw-r--r--view/theme/redbasic/schema/dark.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index e958d9ee7..c00ddca90 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -322,7 +322,9 @@ a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
.text-dark {
color: #aaa !important;
}
-a.text-dark:focus, a.text-dark:hover {
+
+/* phani: fix 1 */
+/*a.text-dark:focus, a.text-dark:hover {
color: #ddd !important;
}
@@ -335,7 +337,8 @@ a.text-dark:focus, a.text-dark:hover {
.badge-warning a.text-dark:focus, .badge-warning a.text-dark:hover {
color: red !important;
text-decoration: none;
-}
+}*/
+
.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active {
color: #fff !important;
@@ -492,10 +495,10 @@ pre {
background-color: #222;
}
+/* phani: fix 2 */
/* change color of [hl] tag: */
-div.wall-item-body span /*strong:only-of-type */{
+/*div.wall-item-body span {
color: #1212b6;
padding: 2px 3px;
-/* font-weight: 500; */
white-space: nowrap;
-}
+}*/