Colour tweak to UART pins to separate from 3v3

https://github.com/Gadgetoid/Pinout2/issues/25
This commit is contained in:
Philip Howard 2015-11-16 20:44:08 +00:00
parent 12bb053a84
commit 3aa822003a
1 changed files with 4 additions and 1 deletions

View File

@ -245,7 +245,10 @@ nav#gpio li.gpio span.pin {
background:#859900;
}
nav#gpio li.uart span.pin,
nav#gpio li.uart span.pin {
background:#6c71c4;
}
nav#gpio li.pow3v3 span.pin {
background:#B58900;
}