ari.lt/content/styles/noscript/index.css
Ari Archer 1c3ba463cd Update usage api, add an [read more]
- Update usage api
- Add an import/export data page
- Improve css
- Add more noscript tags
- Fix a JS lincense issue
- Fix an html issue with a tags having no target="_blank"
- Add generic styling for noscript tags
- Add css for a switch/toggle (future use, didn't use it this time)

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-09-23 00:47:52 +03:00

25 lines
324 B
CSS

:root {
--ns-bg: #af5f5f;
--ns-fg: #262220;
}
*[ns],
*[nsb],
*[nsb] *,
*[ns] * {
background-color: var(--ns-bg);
color: var(--ns-fg);
font-weight: bold;
line-height: 1.5;
}
*[ns] {
padding: 0.2em;
display: inline;
}
*[nsb] {
display: block;
text-align: center;
padding: 2em;
}