aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/article.scss
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-07-09 18:45:39 +0200
committerThomas Citharel <tcit@tcit.fr>2017-07-09 18:45:39 +0200
commit1554eb0adac470151d9668d55ce1450c64f862d9 (patch)
treea373af783ba1d53329be9790a0f672f55cd961ec /app/Resources/static/themes/baggy/css/article.scss
parentf04611c711715064cd7a23d4dc51bc703a8dbeef (diff)
downloadwallabag-1554eb0adac470151d9668d55ce1450c64f862d9.tar.gz
wallabag-1554eb0adac470151d9668d55ce1450c64f862d9.tar.zst
wallabag-1554eb0adac470151d9668d55ce1450c64f862d9.zip
Rebase & Rename all rss to feeds
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/Resources/static/themes/baggy/css/article.scss')
-rw-r--r--app/Resources/static/themes/baggy/css/article.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Resources/static/themes/baggy/css/article.scss b/app/Resources/static/themes/baggy/css/article.scss
index 9094ad55..d203ce31 100644
--- a/app/Resources/static/themes/baggy/css/article.scss
+++ b/app/Resources/static/themes/baggy/css/article.scss
@@ -85,7 +85,7 @@ blockquote {
85 color: #999; 85 color: #999;
86} 86}
87 87
88.icon-rss { 88.icon-feed {
89 background-color: #000; 89 background-color: #000;
90 color: #fff; 90 color: #fff;
91 padding: 0.2em 0.5em; 91 padding: 0.2em 0.5em;
@@ -101,8 +101,8 @@ blockquote {
101 margin-bottom: 0.5em; 101 margin-bottom: 0.5em;
102 } 102 }
103 103
104 .icon-rss:hover, 104 .icon-feed:hover,
105 .icon-rss:focus { 105 .icon-feed:focus {
106 background-color: #fff; 106 background-color: #fff;
107 color: #000; 107 color: #000;
108 text-decoration: none; 108 text-decoration: none;