summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 9ce0f271b..56a2e608e 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -829,7 +829,6 @@ body.ttrss_main {
text-align : center;
color : @default-text;
font-size : @font-size-small;
- font-style : italic;
a, span {
color : @default-text;
@@ -1404,6 +1403,12 @@ body.ttrss_main, body.ttrss_utility {
}
}
+.icon-three-dots {
+ width : 18px;
+ height : 18px;
+ vertical-align : middle;
+}
+
::selection {
background : @color-accent;
color : @default-bg;