All checks were successful
continuous-integration/drone/push Build is passing
31 lines
488 B
SCSS
31 lines
488 B
SCSS
.recent-notes>h3 {
|
|
margin: .5rem 0 0;
|
|
font-size: 1rem
|
|
}
|
|
|
|
.recent-notes>ul.recent-ul {
|
|
margin-top: 1rem;
|
|
padding-left: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.recent-notes>ul.recent-ul>li {
|
|
margin: 1rem 0
|
|
}
|
|
|
|
.recent-notes>ul.recent-ul>li .section>.desc>h3>a {
|
|
background-color: #0000
|
|
}
|
|
|
|
.recent-notes>ul.recent-ul>li .section>.meta {
|
|
opacity: .6;
|
|
margin: 0 0 .5rem
|
|
}
|
|
|
|
.left .recent-notes:nth-last-child(2) {
|
|
grid-area: 3/1/3/3
|
|
}
|
|
|
|
.left .recent-notes:last-child {
|
|
grid-area: 4/1/4/3
|
|
} |