mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-26 05:10:47 +00:00
- Made attachment boxes transparent, instead.
This commit is contained in:
parent
fdd8bfd3d0
commit
8441ce04b6
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ dl.codebox code {
|
||||||
/* Attachments
|
/* Attachments
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.attachbox {
|
.attachbox {
|
||||||
background-color: #001820;
|
background-color: transparent;
|
||||||
border-color: #C9D2D8;
|
border-color: #C9D2D8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue