generated from polymech/site-template
20 lines
216 B
CSS
20 lines
216 B
CSS
main {
|
|
padding: 1.5rem;
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
code::before {
|
|
content: "`";
|
|
}
|
|
|
|
code::after {
|
|
content: "`";
|
|
}
|
|
|
|
.view-source {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
}
|