Skip to content

Commit

Permalink
Merge branch 'master' into hampir-mati
Browse files Browse the repository at this point in the history
  • Loading branch information
gagahpangeran committed Mar 30, 2024
2 parents cb0db6f + 77fe02a commit 78340aa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/styles/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
color: var(--gray);
}

details {
margin: 16px 0;
}

figcaption {
font-weight: bold;
color: var(--gray);
Expand Down Expand Up @@ -60,6 +64,11 @@
line-height: 150%;
}

summary {
color: var(--green);
cursor: pointer;
}

table {
border-collapse: collapse;
}
Expand All @@ -75,6 +84,11 @@
padding: 8px 12px;
}

video {
width: 90%;
height: auto;
}

&__header-link {
fill: var(--gray);
margin-left: 8px;
Expand All @@ -90,4 +104,9 @@
}
}
}

&__video-container {
text-align: center;
margin: 16px 0;
}
}

0 comments on commit 78340aa

Please sign in to comment.