fix: signin screen design colors

This commit is contained in:
Audric Ackermann 2022-08-25 14:44:04 +10:00
parent 85219d3827
commit 997cedc42b
1 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@
font-weight: bold;
text-decoration: none;
color: var(--color-text-subtle);
color: rgba(var(--color-text), 0.6);
transition: $session-transition-duration;
&:visited &:link {
@ -175,11 +175,11 @@
}
}
session-description-long {
&-description-long {
padding-top: 0;
padding-bottom: 20px;
color: var(--color-text-subtle);
color: rgba(var(--color-text), 0.6);
text-align: center;
font-size: 12px;
line-height: 20px;