mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
25 lines
344 B
CSS
25 lines
344 B
CSS
.author {
|
|
font-size: smaller;
|
|
font-style: italic; }
|
|
|
|
body {
|
|
padding-left: 2em;
|
|
background-color: lightgrey; }
|
|
|
|
a {
|
|
color: limegreen; }
|
|
a:visited {
|
|
color: #28a428; }
|
|
a:hover {
|
|
color: #5bd75b; }
|
|
|
|
code {
|
|
color: #145214; }
|
|
|
|
dl {
|
|
padding-left: 2em; }
|
|
dl dt {
|
|
font-weight: bold; }
|
|
|
|
/*# sourceMappingURL=ros.css.map */
|