Browse Source

log file style

blog
Nathan Bergey 10 years ago
parent
commit
a84be5d6c9
  1. 20
      resources/css/style.css

20
resources/css/style.css

@ -16,3 +16,23 @@ body > .wrapper { height: auto; min-height: 100%; }
font-size: 0.7em;
color: #666;
}
#log pre {
background: #f9f9f9;
font-size: 0.65em;
}
#log pre .time,
#log pre .break {
color: #ccc;
}
.nick {
color: #CE57A9;
font-weight: bold;
}
.nick.bot {
color: #6A57CE;
font-weight: normal;
}
Loading…
Cancel
Save