pyrofork/docs/source/_static/css/custom.css
wulan17 c1598942ca
Pyrofork: Change docs theme to sphinx-immaterial
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-09 01:26:35 +07:00

15 lines
210 B
CSS

body{
--color-green: darkgreen;
--color-red: darkred;
}
.usable-by {
border: 1px ;
border-radius: .2em;
padding: 2px 5px;
background-color: #1a1c1e;
}
a {
text-decoration: none;
}