summaryrefslogtreecommitdiff
path: root/themes/compact.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-21 08:39:04 +0300
committerAndrew Dolgov <[email protected]>2018-12-21 08:39:04 +0300
commit54c9703a29e74f394725f0bacb4238a587a9f258 (patch)
tree74733baac8b3e9de9eab62de82fecbdc0a6e7c50 /themes/compact.less
parent7867f3efa49841cf459b21ff7e7c4dd067b8f3c8 (diff)
compact.css: fix italics
Diffstat (limited to 'themes/compact.less')
-rw-r--r--themes/compact.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/compact.less b/themes/compact.less
index 8200e36ea..1ad149960 100644
--- a/themes/compact.less
+++ b/themes/compact.less
@@ -15,7 +15,7 @@ body.ttrss_main.ttrss_index.flat {
}
div[id*=RROW] {
- i {
+ i.material-icons {
font-size: 18px;
}
}