contents: change resume to use details/summary

This commit is contained in:
Yangshun
2022-01-23 19:48:48 +08:00
parent f38e8953bf
commit 697201fa0e
5 changed files with 122 additions and 27 deletions

View File

@ -34,8 +34,8 @@ export default React.memo(function SidebarAd() {
}}>
<p className={styles.tagline}>
<strong>Get paid more.</strong> Receive risk-free salary
negotiation advice from Moonchaser. You pay nothing unless your
offer is increased.
negotiation advice from <u>Moonchaser</u>. You pay nothing unless
your offer is increased. <u>Book a free consultation today!</u>
</p>
</a>
) : (
@ -49,8 +49,9 @@ export default React.memo(function SidebarAd() {
window.gtag('event', 'educative.sidebar.click');
}}>
<p className={styles.tagline}>
<strong>Looking to get hired at FAANG?</strong> Educative offers
many great courses to improve your interview game.
<strong>Looking to get hired at FAANG?</strong> <u>Educative</u>{' '}
offers many great courses to improve your interview game.{' '}
<u>Join today for a discount!</u>
</p>
</a>
)

View File

@ -48,3 +48,16 @@ div[class^='announcementBar_'] {
color: #fff;
font-weight: bold;
}
.theme-doc-markdown details {
--ifm-alert-background-color: transparent;
border: 1px solid var(--ifm-color-primary);
}
.theme-doc-markdown details h2,
.theme-doc-markdown details h3,
.theme-doc-markdown details h4,
.theme-doc-markdown details h5,
.theme-doc-markdown details h6 {
margin-bottom: 0 !important;
}