diff --git a/res/column.css b/res/column.css index 2699531..67fec8c 100644 --- a/res/column.css +++ b/res/column.css @@ -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; diff --git a/res/common.css b/res/common.css index 2959acd..307890c 100644 --- a/res/common.css +++ b/res/common.css @@ -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;