opi5: leds

This commit is contained in:
Pascal Engélibert 2025-08-26 22:42:57 +02:00
commit 720dcf1c29
2 changed files with 23 additions and 0 deletions

View file

@ -46,6 +46,10 @@ code, pre {
font-size: 14px;
}
code {
white-space: pre;
}
pre {
padding: 4px;
border-left: 2px solid c.$second_color;