* 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
11 lines
149 B
SCSS
11 lines
149 B
SCSS
.comment__username {
|
|
vertical-align: middle;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
opacity: 0.75;
|
|
}
|
|
}
|