mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
15 lines
202 B
CSS
15 lines
202 B
CSS
body {
|
|
padding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
mark.green {
|
|
background: inherit;
|
|
color: #008000;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
} |