Merge pull request #4540 from humhub/enh/linkColorUsage

Improved use of link color variable
This commit is contained in:
Lucas Bartholemy 2020-10-19 17:02:11 +02:00 committed by GitHub
commit 4e2cdd1d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 24 additions and 25 deletions

View File

@ -47,12 +47,6 @@
background: #cacaca;
}
.content {
a {
color: darken(@info, 20%);
}
}
.post-file-list {
background-color: @background-color-page;
}

View File

@ -24,7 +24,7 @@
}
.panel a {
color: @info;
color: @link;
}
h1,

View File

@ -50,7 +50,7 @@
a:visited {
background-color: inherit;
text-decoration: none;
color: @info !important;
color: @link !important;
}
a.header-anchor {

View File

@ -109,14 +109,14 @@
font-size: 85%;
a {
color: @info;
color: @link;
}
}
}
.content {
a {
color: @info;
color: @link;
}
}

View File

@ -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 {

View File

@ -47,6 +47,11 @@
border-color: @info !important;
}
/* Info */
.colorLink {
color: @link !important;
}
/* Success */
.colorSuccess {
color: @success !important;

View File

@ -215,7 +215,7 @@ ul.tab-menu-settings {
.tab-content .tab-pane {
a {
color: @info;
color: @link;
}
.form-group {

View File

@ -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;
}
}
}

View File

@ -23,7 +23,7 @@
color: @text-color-highlight;
a {
color: @info;
color: @link;
}
img {

View File

@ -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
}
}

View File

@ -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;
}
}
}

View File

@ -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 {

View File

@ -8,7 +8,7 @@ ul.tour-list {
padding-top: 5px;
a {
color: @info;
color: @link;
.fa {
width: 16px;

View File

@ -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 {