mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 00:03:02 +03:00
feat: add borders to code
This commit is contained in:
parent
2d0d4921a4
commit
36db756393
1 changed files with 2 additions and 0 deletions
|
|
@ -150,8 +150,10 @@ $y-medium: 1.0rem;
|
|||
}
|
||||
.highlight {
|
||||
margin: $y-medium auto;
|
||||
border: 1px solid #cccccc;
|
||||
& > pre {
|
||||
padding: 8px 8px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue