aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/css/style-default.css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-11-19 16:27:56 +0100
committerThomas Citharel <tcit@tcit.fr>2014-11-19 16:27:56 +0100
commitc8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad (patch)
tree2e7adf0ae6b75205ea87ae6a1a06565ee392cca5 /themes/courgette/css/style-default.css
parentb0f9f5ac21b5caef430b0b5412443fd39ee50455 (diff)
downloadwallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.tar.gz
wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.tar.zst
wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.zip
implementing carrot into wallabag
Diffstat (limited to 'themes/courgette/css/style-default.css')
-rwxr-xr-xthemes/courgette/css/style-default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/courgette/css/style-default.css b/themes/courgette/css/style-default.css
index 3377a75b..297f86ae 100755
--- a/themes/courgette/css/style-default.css
+++ b/themes/courgette/css/style-default.css
@@ -38,6 +38,10 @@ a.flattr span {
38 background-image: url('../img/default/flattr.png'); 38 background-image: url('../img/default/flattr.png');
39} 39}
40 40
41a.carrot span {
42 background-image: url('../img/default/carrot.png')
43}
44
41a.email span { 45a.email span {
42 background-image: url('../img/default/envelop.png'); 46 background-image: url('../img/default/envelop.png');
43} 47}
@@ -56,4 +60,4 @@ a.bad-display span {
56 60
57a.reading-time span { 61a.reading-time span {
58 background-image: url('../img/default/clock.png'); 62 background-image: url('../img/default/clock.png');
59} 63} \ No newline at end of file