Fix note color
This commit is contained in:
parent
b2e160f3d3
commit
95078acc24
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
.component--note {
|
.component--note {
|
||||||
padding: 1rem 1rem 1rem 1.25rem;
|
padding: 1rem 1rem 1rem 1.25rem;
|
||||||
|
|
||||||
background-color: rgba($lbry-teal-1, 0.3);
|
background-color: #ffa50050;
|
||||||
border-left: 0.5rem solid $lbry-teal-3;
|
border-left: 0.5rem solid #ffa500;
|
||||||
line-height: 1.55;
|
line-height: 1.55;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.component--note__title {
|
.component--note__title {
|
||||||
color: $lbry-teal-3;
|
color: #ffa500;
|
||||||
display: block;
|
display: block;
|
||||||
letter-spacing: 0.025rem;
|
letter-spacing: 0.025rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Add table
Reference in a new issue