diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 15:54:37 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 15:54:37 +0200 |
commit | 55821e04c188997d258645975220828e195d0df4 (patch) | |
tree | 9a85831aa55c35c2fa69122220f7c873d73a9143 /tpl/css/style-dark.css | |
parent | b161295d0b53a5ae194e236b0a7c662e9ac2ff9a (diff) | |
download | wallabag-55821e04c188997d258645975220828e195d0df4.tar.gz wallabag-55821e04c188997d258645975220828e195d0df4.tar.zst wallabag-55821e04c188997d258645975220828e195d0df4.zip |
share email +twitter / class messages
Diffstat (limited to 'tpl/css/style-dark.css')
-rw-r--r-- | tpl/css/style-dark.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/css/style-dark.css b/tpl/css/style-dark.css index 0fcced24..49fe1011 100644 --- a/tpl/css/style-dark.css +++ b/tpl/css/style-dark.css | |||
@@ -65,6 +65,10 @@ a.archive-off span:hover { | |||
65 | background: url('../img/dark/checkmark-on.png') no-repeat; | 65 | background: url('../img/dark/checkmark-on.png') no-repeat; |
66 | } | 66 | } |
67 | 67 | ||
68 | a.twitter span { | ||
69 | background: url('../img/dark/twitter.png') no-repeat; | ||
70 | } | ||
71 | |||
68 | /*** ***/ | 72 | /*** ***/ |
69 | /*** ARTICLE PAGE ***/ | 73 | /*** ARTICLE PAGE ***/ |
70 | 74 | ||