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

22 lines
318 B
CSS

/**
OVERRIDE DOCZ THEME
*/
[data-testid='live-preview'] {
background: #000;
@apply font-sans;
}
#main-container > h2 {
@apply font-bold my-8 text-2xl;
}
#main-container > ul li a,
#main-container > a {
@apply underline text-blue-500;
}
code {
@apply bg-gray-200 text-lg text-black px-2 py-1 rounded;
}