13 lines
254 B
CSS
13 lines
254 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 (0, 0, 0, 0.0)
|
||
|
}
|