* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
10 lines
102 B
SCSS
10 lines
102 B
SCSS
.comment_useless {
|
|
.comment__body {
|
|
opacity: 0.35;
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|