17 lines
229 B
CSS
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;
|
|
}
|