mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 19:51:05 +00:00
Made the border of the code-box darker, the background black to make it look more like a "console"
This commit is contained in:
parent
77ee3fe122
commit
d461d3035c
1 changed files with 2 additions and 2 deletions
|
@ -554,8 +554,8 @@ blockquote.uncited {
|
|||
/* Code block */
|
||||
dl.codebox {
|
||||
padding: 3px;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #d8d8d8;
|
||||
background-color: #000000;
|
||||
border: 1px solid #dl.codebox;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue