default.css

/* Replace deeppink with your color */ html, body { height: 100%; width: 100%; margin: 0; padding: 0; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; -webkit-overflow-scrolling: touch; } *::-webkit-scrollbar { width: 10px !important; } *::-webkit-scrollbar-thumb { background-color: deeppink; } *::-webkit-scrollbar-track { background: #fff; } ::selection { background: deeppink; color: white; } ::-moz-selection { background: deeppink; color: white; } hr { display:block; border:0px; height:3px; width: 100%; background-color: deeppink; } img { border: none; display: block; max-width: 100%; outline-style: none; } message { background-color: deeppink; display: flex; padding: 30px; color: white; font-weight: bold; } /* Infobox tag <message></message> */

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.