fix styles
This commit is contained in:
parent
6a02667095
commit
b92ce9a22e
1 changed files with 14 additions and 0 deletions
|
@ -89,6 +89,20 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $lbry-teal-5;
|
color: $lbry-teal-5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-preview & {
|
||||||
|
height: initial;
|
||||||
|
vertical-align: initial;
|
||||||
|
color: darken($lbry-teal-5, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-mode='dark'] .markdown-preview & {
|
||||||
|
color: $lbry-teal-4;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $lbry-teal-3;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button--close {
|
.button--close {
|
||||||
|
|
Loading…
Add table
Reference in a new issue