mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
rounded corners on code blocks so they look a bit nicer :)
This commit is contained in:
@@ -356,6 +356,9 @@ span.fancybox {
|
||||
code, pre, .gist, .gist-data, .gist-meta {
|
||||
font-family: 'DejaVuSansMonoBook', Menlo, "Courier New" !important;
|
||||
font-size: 12px !important;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
}
|
||||
|
||||
/* @group pre, code */
|
||||
@@ -363,7 +366,7 @@ code, pre, .gist, .gist-data, .gist-meta {
|
||||
pre, code {
|
||||
background-color: #f8f8ff;
|
||||
border: 1px solid #dedede;
|
||||
padding: 1px 3px;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
pre {
|
||||
padding: 0.25em 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user