fix: color for HD beta label

This commit is contained in:
gaelle morin 2020-09-28 17:02:28 +02:00
parent 7d82f95125
commit 927c76b442
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 7 additions and 1 deletions

View File

@ -144,6 +144,12 @@
--color-directory-form-select-icon: var(--color-complementary) !important;
}
/* Text color for the beta label */
#header>div.header-left>span.beta-tag {
color: var(--color-complementary);
}
/* Button to edit a channel or a project (in project-profile) */
#project solid-link[next="project-edit"],
#circle solid-link[next="circle-edit"] {

View File

@ -46,7 +46,7 @@
padding: 3px 13px 3px 15px;
border-radius: 3px;
background: var(--color-primary);
color: var(--color-complementary);
color: var(--color-white);
position: absolute;
top: -9px;
left: 267px;