feat: simplify the PR template (#5134)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-02 08:10:46 +01:00
committed by GitHub
parent 3cc2f997a3
commit 8b1ae269cd
4 changed files with 66 additions and 64 deletions

View File

@@ -145,8 +145,9 @@ div.body {
}
.cpp-expr {
font-family: monospace;
background-color: #dff0ff;
padding: 1px;
border-radius: 4px;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;
color: #e74c3c;
padding: 2px 5px;
border: 1px solid #e1e4e5;
font-size: 75%;
}