14 lines
282 B
CSS
14 lines
282 B
CSS
|
window {
|
||
|
background-color: rgba (0, 0, 0, 0.0);
|
||
|
}
|
||
|
|
||
|
#box-outer {
|
||
|
/* Define attributes of the box surrounding icons here */
|
||
|
background-color: rgba (255, 255, 255, 0.0)
|
||
|
}
|
||
|
|
||
|
#box-inner {
|
||
|
background-color: rgba (23, 53, 63, 0.5);
|
||
|
padding: 0 20px 0 20px
|
||
|
}
|