Improved colours.

pull/21833/head
Nad Chishtie 2018-12-20 12:46:43 +00:00
parent 42c8d43065
commit 09bf68b1bd
5 changed files with 11 additions and 10 deletions

View File

@ -47,7 +47,7 @@ h2 {
a:hover,
a:link,
a:visited {
color: $accent-color;
color: $accent-color-alt;
}
input[type=text], input[type=password], textarea {
@ -301,7 +301,7 @@ textarea {
}
.mx_textButton {
@mixin mx_DialogButton_small;
@mixin mx_DialogButton_small;
}
.mx_textButton:hover {

View File

@ -114,7 +114,7 @@ limitations under the License.
}
.mx_RoomSubList_badgeHighlight {
background-color: $accent-color;
background-color: $warning-color;
}
.mx_RoomSubList_chevron {

View File

@ -445,7 +445,7 @@ limitations under the License.
}
.mx_EventTile_content .markdown-body a {
color: $accent-color;
color: $accent-color-alt;
}
.mx_EventTile_content .markdown-body .hljs {

View File

@ -116,7 +116,7 @@ limitations under the License.
}
.mx_RoomTile_highlight .mx_RoomTile_badge {
background-color: $accent-color;
background-color: $warning-color;
}
.mx_RoomTile_unread, .mx_RoomTile_highlight {

View File

@ -20,19 +20,20 @@ $focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
$accent-color: #f56679;
$accent-color-50pct: #f56679;
$accent-color: #7ac9a1;
$accent-color-50pct: #92caad;
$accent-color-alt: #238CF5;
$selection-fg-color: $primary-bg-color;
$focus-brightness: 125%;
$focus-brightness: 105%;
// red warning colour
$warning-color: #ff0064;
$warning-color: #f56679;
// background colour for warnings
$warning-bg-color: #DF2A8B;
$info-bg-color: #2A9EDF;
$mention-user-pill-bg-color: #ff0064;
$mention-user-pill-bg-color: $warning-color;
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
// pinned events indicator