pyrofork/docs/source/_static/css/custom.css
wulan17 5d28478c09
Pyrofork: docs: Update link css
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-12 21:25:47 +07:00

24 lines
323 B
CSS

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