ohif-viewer/platform/ui/src/gatsby-theme-docz/theme.css
2020-05-15 12:38:56 +01:00

17 lines
229 B
CSS

/**
OVERRIDE DOCZ THEME
*/
[data-testid='live-preview'] {
background: #000;
}
#main-container > h2 {
@apply font-bold my-8 text-2xl;
}
#main-container > ul li a,
#main-container > a {
@apply underline text-blue-500;
}