mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Fix rounded borders for text and removed unnecessary padding
This commit is contained in:
@@ -6,17 +6,14 @@ img {
|
||||
|
||||
code {
|
||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
color: #32c725;
|
||||
background-color: #0f240e;
|
||||
border-radius: .4rem;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||
color: #fff;
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
background-color: #0000;
|
||||
}
|
||||
@@ -25,6 +22,7 @@ pre {
|
||||
padding: .5rem;
|
||||
line-height: 1.25;
|
||||
overflow-x: scroll;
|
||||
border-radius: .4rem;
|
||||
}
|
||||
|
||||
.sourceCode {
|
||||
|
||||
Reference in New Issue
Block a user