diff options
author | Thomas Willingham <founder@kakste.com> | 2012-04-24 20:07:08 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-04-24 20:07:08 +0100 |
commit | a28fea987ef35220c654ebcba675efcc0f54264b (patch) | |
tree | dddf3f7ab312d75548eb211b5f929742f6368021 /view/theme | |
parent | fade45ca767cbb8dbd73f8cf2b92a1607418bab4 (diff) | |
download | volse-hubzilla-a28fea987ef35220c654ebcba675efcc0f54264b.tar.gz volse-hubzilla-a28fea987ef35220c654ebcba675efcc0f54264b.tar.bz2 volse-hubzilla-a28fea987ef35220c654ebcba675efcc0f54264b.zip |
Diabook-dark css fix
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/diabook/diabook-dark/style-profile.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook/diabook-dark/style-profile.css b/view/theme/diabook/diabook-dark/style-profile.css index 8824d18fe..b052b77ff 100644 --- a/view/theme/diabook/diabook-dark/style-profile.css +++ b/view/theme/diabook/diabook-dark/style-profile.css @@ -440,7 +440,7 @@ a:hover { clear: both; } .fakelink { - color: #1872A2; + color: #88a9d2; /* color: #3e3e8c; */ text-decoration: none; cursor: pointer; @@ -493,7 +493,7 @@ code { float: right; } .tool a { - color: ##3F8FBA; + color: ##3465a4; } .tool a:hover { text-decoration: none; @@ -1261,7 +1261,7 @@ transition: all 0.2s ease-in-out; padding-top: 10px; } .tread-wrapper a{ - color: #1872A2; + color: #88a9d2; } .wall-item-decor { |