mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
24 lines
323 B
CSS
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;
|
|
}
|