aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-06-24 12:07:45 +0200
committerThomas Citharel <tcit@tcit.fr>2016-06-24 12:07:45 +0200
commiteef833d644f90518c712eccac7805d99562fd263 (patch)
tree1ab6a10df6f0a9e03b55216ccab91ceb558e3fd3 /app/Resources
parente7aed21b33f58b0c5bfc5ffbf7aeb2da69494a9a (diff)
downloadwallabag-eef833d644f90518c712eccac7805d99562fd263.tar.gz
wallabag-eef833d644f90518c712eccac7805d99562fd263.tar.zst
wallabag-eef833d644f90518c712eccac7805d99562fd263.zip
uniformize tags on article view too
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 {