Fix activity metrics code style and missing pull request creator

This commit is contained in:
lowlighter
2021-01-09 19:29:40 +01:00
parent 7df6c922dc
commit ea245b232e
2 changed files with 4 additions and 4 deletions

View File

@@ -449,11 +449,11 @@
}
.activity .code {
background-color: #F3F4F4;
background-color: #7777771F;
padding: 1px 5px;
font-size: 80%;
border-radius: 6px;
color: #24294E;
color: #777777;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
margin: 0 4px -3px;
}