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