summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-29 19:10:15 +0300
committerAndrew Dolgov <[email protected]>2017-11-29 19:10:15 +0300
commitf9ffef66f95ab71438d979919e0405abaa42ac15 (patch)
treeddb9e4288dce98fc0c8bb8515c8336cdd4b96a60 /css/cdm.less
parent9dd336a2c32d7f9dd6224602cd31a9cb2c3503fd (diff)
move prefs to less, add a shared buildfile
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less13
1 files changed, 5 insertions, 8 deletions
diff --git a/css/cdm.less b/css/cdm.less
index e1cf76ec0..5a79addbd 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -1,6 +1,3 @@
-@fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
-@fonts-ui: "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
-
.cdm {
margin-right : 4px;
@@ -166,7 +163,7 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
}
div.cdm.expandable.active div.cdmHeader a.title {
- color: #0088cc;
+ color: @color-link;
font-size: 16px;
font-weight: 600;
text-rendering: optimizelegibility;
@@ -192,7 +189,7 @@ div.cdm.expanded.active {
}
div.cdm.expanded.active div.cdmHeader a.title {
- color : #0088cc;
+ color : @color-link;
}
div.cdm.expanded.Unread div.cdmHeader a.title {
@@ -225,7 +222,7 @@ div.cdmContent div.postEnclosures {
}
div.cdmFeedTitle {
- border: 0px solid #0088cc;
+ border: 0px solid @color-link;
border-bottom-width: 1px;
padding : 5px 3px 5px 5px;
}
@@ -240,7 +237,7 @@ div.cdmFeedTitle a {
}
div.cdmFeedTitle a:hover {
- color : #0088cc;
+ color : @color-link;
}
div.cdmHeader span.hlFeed {
@@ -413,7 +410,7 @@ div#floatingTitle.Unread a.title {
}
a.catchup:hover {
- color : #0088cc;
+ color : @color-link;
}
}