diff --git a/static/less/comment.less b/static/less/comment.less index cd85ef0f73..d14265ee06 100644 --- a/static/less/comment.less +++ b/static/less/comment.less @@ -47,12 +47,6 @@ background: #cacaca; } - .content { - a { - color: darken(@info, 20%); - } - } - .post-file-list { background-color: @background-color-page; } diff --git a/static/less/login.less b/static/less/login.less index 94363aff98..30c1fe2a5f 100644 --- a/static/less/login.less +++ b/static/less/login.less @@ -24,7 +24,7 @@ } .panel a { - color: @info; + color: @link; } h1, diff --git a/static/less/markdown.less b/static/less/markdown.less index 309ccdf317..af2f17e326 100644 --- a/static/less/markdown.less +++ b/static/less/markdown.less @@ -50,7 +50,7 @@ a:visited { background-color: inherit; text-decoration: none; - color: @info !important; + color: @link !important; } a.header-anchor { diff --git a/static/less/media.less b/static/less/media.less index 01c482efa4..0718ddd262 100644 --- a/static/less/media.less +++ b/static/less/media.less @@ -109,14 +109,14 @@ font-size: 85%; a { - color: @info; + color: @link; } } } .content { a { - color: @info; + color: @link; } } diff --git a/static/less/mentioning.less b/static/less/mentioning.less index e6ef448ab2..4660798fa8 100644 --- a/static/less/mentioning.less +++ b/static/less/mentioning.less @@ -107,11 +107,11 @@ .atwho-user, .atwho-space, .atwho-input a { - color: @info; + color: @link; } .atwho-input a:hover { - color: @info; + color: @link; } .atwho-view strong { diff --git a/static/less/mixins.less b/static/less/mixins.less index 761d63dbdb..37a043dc32 100644 --- a/static/less/mixins.less +++ b/static/less/mixins.less @@ -47,6 +47,11 @@ border-color: @info !important; } +/* Info */ +.colorLink { + color: @link !important; +} + /* Success */ .colorSuccess { color: @success !important; diff --git a/static/less/nav.less b/static/less/nav.less index 865b1dacb4..5826586393 100644 --- a/static/less/nav.less +++ b/static/less/nav.less @@ -215,7 +215,7 @@ ul.tab-menu-settings { .tab-content .tab-pane { a { - color: @info; + color: @link; } .form-group { diff --git a/static/less/panel.less b/static/less/panel.less index 8acc5acd4e..15338653d1 100644 --- a/static/less/panel.less +++ b/static/less/panel.less @@ -56,7 +56,7 @@ font-size: 12px; .count { - color: @info; + color: @link; font-weight: 600; font-size: 20px; line-height: 0.8em; @@ -70,7 +70,7 @@ } small a { - color: @info; + color: @link; } } } diff --git a/static/less/popover.less b/static/less/popover.less index 40586e6ad4..be88a61be9 100644 --- a/static/less/popover.less +++ b/static/less/popover.less @@ -23,7 +23,7 @@ color: @text-color-highlight; a { - color: @info; + color: @link; } img { diff --git a/static/less/richtext.less b/static/less/richtext.less index b1cd454766..77e1a3deb4 100644 --- a/static/less/richtext.less +++ b/static/less/richtext.less @@ -454,7 +454,7 @@ } .ProseMirror [data-mention] { - color: @info + color: @link } .ProseMirror { @@ -646,7 +646,7 @@ overflow-wrap: break-word; a { - color: @info + color: @link } } diff --git a/static/less/table.less b/static/less/table.less index 744cb15c9a..8e7d84a5b0 100644 --- a/static/less/table.less +++ b/static/less/table.less @@ -2,7 +2,7 @@ // Tables // -------------------------------------------------- table { - margin-bottom: 0px !important; + margin-bottom: 0 !important; th { font-size: 11px; @@ -20,7 +20,7 @@ table { td { a:hover { - color: @info; + color: @link; } } } diff --git a/static/less/topbar.less b/static/less/topbar.less index e125bda625..0d197c47dd 100644 --- a/static/less/topbar.less +++ b/static/less/topbar.less @@ -40,7 +40,7 @@ right: 10px; a { - color: @info !important; + color: @link !important; font-size: 12px; font-weight: normal; } @@ -242,7 +242,7 @@ color: @text-color-highlight; i.accepted { - color: @info !important; + color: @link !important; } i.declined { diff --git a/static/less/tour.less b/static/less/tour.less index 48457c494c..786d0c1692 100644 --- a/static/less/tour.less +++ b/static/less/tour.less @@ -8,7 +8,7 @@ ul.tour-list { padding-top: 5px; a { - color: @info; + color: @link; .fa { width: 16px; diff --git a/static/less/user-feedback.less b/static/less/user-feedback.less index 50ecf4fdc9..9c45c6616f 100644 --- a/static/less/user-feedback.less +++ b/static/less/user-feedback.less @@ -37,7 +37,7 @@ } .status-bar-content .showMore { - color: @info; + color: @link; float: right; margin-left: 10px; font-size: 0.7em; @@ -119,7 +119,7 @@ // -------------------------------------------------- .data-saved { padding-left: 10px; - color: @info; + color: @link; } img.bounceIn {