22 lines
318 B
CSS
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;
|
|
}
|