docsify-js-tutorial icon indicating copy to clipboard operation
docsify-js-tutorial copied to clipboard

Custom css

Open MichaelCurrin opened this issue 4 years ago • 1 comments

                :root {
			--theme-color: #51b1dd;
		}
		body {
			background: #121212;
		}

MichaelCurrin avatar Apr 19 '20 08:04 MichaelCurrin

.markdown-section.markdown-section p.warn { background: var(--theme-color, #51b1dd); color: #fff; } .markdown-section.markdown-section a { color: #fff; }

MichaelCurrin avatar Apr 19 '20 08:04 MichaelCurrin