Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
16
sass/oscailte/aside/_pinboard.scss
Normal file
16
sass/oscailte/aside/_pinboard.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
#pinboard {
|
||||
.pin-item > p {
|
||||
margin-bottom: 0;
|
||||
a {
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&::after {
|
||||
content: ",";
|
||||
}
|
||||
&:last-child::after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue