more fading

This commit is contained in:
DeltaLima 2023-06-19 02:08:00 +02:00
parent 033cbc8356
commit efafa73c60
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@ Module: style.css
/*#column div, #column ul { */
#column div {
/* background: #393939 */
background-color: rgba(0, 0, 0, 0.2);
/* background-color: rgba(0, 0, 0, 0.2);*/
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
border-radius: 5px;
padding: 2px;

View File

@ -151,7 +151,8 @@ h6 { font-size: 0.9em }
float: center;
}
#head-bubble {
background-color: rgba(0, 0, 0, 0.2);
/* background-color: rgba(0, 0, 0, 0.2);*/
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
border-radius: 15px;
width: 100% !important;
height: 124px;