aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index cfc77d06..053dfd91 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -487,12 +487,13 @@ main ul.row {
487 487
488#article aside #list { 488#article aside #list {
489 float: right; 489 float: right;
490 margin-right: 15px; 490 margin: 0 15px 10px;
491} 491}
492 492
493#article aside .chip { 493#article aside .chip {
494 background-color: #039be5; 494 background-color: rgba(0,151,167,0.85);
495 color: #fff; 495 color: #fff;
496 padding: 0 15px 0 10px;
496} 497}
497 498
498#article aside .chip i { 499#article aside .chip i {