1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Change style for highlighted code

This commit is contained in:
Guillaume Ayoub 2011-04-17 16:16:36 +02:00
parent ae4e7436c8
commit 0817d00011

View file

@ -26,6 +26,11 @@ pre {
background: #2e3436 url(img/radicale_back.png) 20% 60% no-repeat;
}
.highlight pre {
background: #eeeeec;
text-shadow: 0 0 1px white;
}
nav ul {
background: #a40000;
color: white;