mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 11:06:51 +00:00
16 lines
235 B
SCSS
16 lines
235 B
SCSS
#pinboard {
|
|
.pin-item > p {
|
|
margin-bottom: 0;
|
|
a {
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
&::after {
|
|
content: ",";
|
|
}
|
|
&:last-child::after {
|
|
content: "";
|
|
}
|
|
}
|
|
}
|
|
} |