summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-08 13:17:04 +0300
committerAndrew Dolgov <[email protected]>2018-02-08 13:17:04 +0300
commitcc16b7ba39fe7f2780cc9481f5d8a44dfe3ed1a0 (patch)
tree1fe949417cda7858377ab17ecb0c0ceae5e714f2 /css/utility.less
parent60361f7c7d0f92703040628525b94d76899ea66a (diff)
minor updates for utility/zoom CSS
Diffstat (limited to 'css/utility.less')
-rw-r--r--css/utility.less16
1 files changed, 9 insertions, 7 deletions
diff --git a/css/utility.less b/css/utility.less
index d574086c8..c74c1be9e 100644
--- a/css/utility.less
+++ b/css/utility.less
@@ -48,12 +48,14 @@ body.ttrss_utility {
}
a {
- color : rgb(82, 168, 236);
+ color : @color-link;
text-decoration : none;
}
- a:hover {
- color : black;
+ a:hover,
+ a:focus {
+ color: darken(@color-link, 20%);
+ text-decoration: underline;
}
.alert {
@@ -117,14 +119,14 @@ body.ttrss_utility {
}
h1 {
- color : rgb(82, 168, 236);
+ color : @color-accent;
font-size : 32px;
margin : 20px 0px 5px 0px;
text-shadow : 0 0 6px #fff;
}
h2 {
- color : rgb(82, 168, 236);
+ color : @color-accent;
font-size : 14pt;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
@@ -268,12 +270,12 @@ body#sharepopup {
h1 {
font-size : 14px;
margin : 0px;
- color : rgb(82, 168, 236);
+ color : @color-accent;
}
table {
background : white;
- border : 1px solid rgb(82, 168, 236);
+ border : 1px solid @color-accent;
padding : 5px;
}