Files
nym/documentation/docs/nym_themes/custom.css
T
2024-02-06 17:16:44 +01:00

36 lines
610 B
CSS

:root {
--mono-font: Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace;
}
.coal {
--sidebar-active: #fb6e4e;
--icons-hover: #fb6e4e;
--links: #fb6e4e;
::selection {
color: #121726;
background-color: #fb6e4e;
}
}
.light {
--bg: #D3D3D3;
--fg: #121726;
--sidebar-bg: #D3D3D3;
--sidebar-fg: #121726;
--sidebar-active: #fb6e4e;
--icons: #121726;
--icons-hover: #fb6e4e;
--links: #fb6e4e;
::selection {
color: #f4f6f8;
background-color: #fb6e4e;
}
}
footer {
font-size: 0.8em;
text-align: center;
border-top: 1px solid black;
padding: 5px 0;
}