Attempt to tweak CSS of the generated HTML docs a bit

This commit is contained in:
Joerg Wunsch
2022-03-16 23:19:45 +01:00
parent 8ad55e07ac
commit 9bc4a2463d
2 changed files with 17 additions and 1 deletions

16
src/doc/avrdude.css Normal file
View File

@@ -0,0 +1,16 @@
body { background-color: #ffd; }
h1 { text-shadow: .05em .05em #ccc; }
table {
border: 3px solid #ccf;
background-color: white;
}
div.example {
background-color: #dfd;
border: 3px solid #cfc;
}
samp {
color: blue;
}
code {
color: green;
}