Commit 7ce858cd0d8ce20d027131a0cd37ecbff2c43916
1 parent
295bf687
Exists in
master
and in
3 other branches
Adjusts
Showing
3 changed files
with
7 additions
and
4 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
amadeus/static/css/themes/green.css
... | ... | @@ -513,7 +513,7 @@ a.add-row { |
513 | 513 | } |
514 | 514 | |
515 | 515 | .post .post-user, .comment .comment-user, .marked_user { |
516 | - color: #4caf50; | |
516 | + color: #26A69A; | |
517 | 517 | } |
518 | 518 | |
519 | 519 | .post .post-user .user-action { |
... | ... | @@ -526,7 +526,7 @@ a.add-row { |
526 | 526 | |
527 | 527 | .post .post-comment { |
528 | 528 | border-top-color: #888888; |
529 | - background: #D5D5D5; | |
529 | + background: #e5e5e5; | |
530 | 530 | } |
531 | 531 | |
532 | 532 | .post .post-comment .comment-field div { |
... | ... | @@ -535,7 +535,8 @@ a.add-row { |
535 | 535 | } |
536 | 536 | |
537 | 537 | .comment-section { |
538 | - background: #D5D5D5; | |
538 | + background: #f5f5f5; | |
539 | + border-top-color: #AAAAAA; | |
539 | 540 | } |
540 | 541 | |
541 | 542 | .comment .comment-user .user-action { |
... | ... | @@ -559,7 +560,7 @@ a.add-row { |
559 | 560 | } |
560 | 561 | |
561 | 562 | .post-filter h4 { |
562 | - color: #4caf50; | |
563 | + color: #26A69A; | |
563 | 564 | } |
564 | 565 | |
565 | 566 | .post-filter label { | ... | ... |