mirror of
https://github.com/riuson/lcd-image-converter.git
synced 2026-03-03 06:44:13 +01:00
31 lines
290 B
CSS
31 lines
290 B
CSS
body {
|
|
padding: 10px;
|
|
}
|
|
|
|
pre {
|
|
padding: 5px;
|
|
font-style: italic;
|
|
}
|
|
|
|
div.record-old
|
|
{
|
|
color: gray;
|
|
}
|
|
|
|
div.record-current
|
|
{
|
|
color: navy;
|
|
}
|
|
|
|
div.record-new
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.update-alert
|
|
{
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
color: darkgreen;
|
|
}
|