* 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
160 B
SCSS
11 lines
160 B
SCSS
.comment__time {
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
vertical-align: middle;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|