mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-17 01:21:29 +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 */
|
/* Code block */
|
||||||
dl.codebox {
|
dl.codebox {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background-color: #FFFFFF;
|
background-color: #000000;
|
||||||
border: 1px solid #d8d8d8;
|
border: 1px solid #dl.codebox;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue