mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
set pre style
This commit is contained in:
parent
1a5ca99a75
commit
a2d6e6eec9
1 changed files with 9 additions and 1 deletions
|
|
@ -103,11 +103,19 @@ dt {font-weight: bold;}
|
|||
dd {margin-left: 1.5em;}
|
||||
|
||||
pre {
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #002b36;
|
||||
color: #D9E9EB;
|
||||
color: #DBDBD8;
|
||||
margin-bottom: 1em;
|
||||
font-family: monospace, Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
|
||||
}
|
||||
|
||||
pre * {
|
||||
color: #DBDBD8 !important;
|
||||
}
|
||||
|
||||
/* Quotes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue