diff --git a/services/web/app/views/user/passwordReset.pug b/services/web/app/views/user/passwordReset.pug index ca7b4f7ffc..09e2950ac9 100644 --- a/services/web/app/views/user/passwordReset.pug +++ b/services/web/app/views/user/passwordReset.pug @@ -26,7 +26,7 @@ block content main#main-content(data-ol-captcha-retry-trigger-area='') a.auth-aux-logo(href='/') - img(src=buildImgPath('ol-brand/verso-logo.svg') alt='Verso' style='height:32px;width:auto') + img(src=buildImgPath('ol-brand/verso-square.svg') alt='Verso') .auth-aux-container form( name='passwordResetForm' diff --git a/services/web/frontend/stylesheets/pages/project-list-lumiere.scss b/services/web/frontend/stylesheets/pages/project-list-lumiere.scss index 9a234f9e9b..4fa57ea3be 100644 --- a/services/web/frontend/stylesheets/pages/project-list-lumiere.scss +++ b/services/web/frontend/stylesheets/pages/project-list-lumiere.scss @@ -622,19 +622,19 @@ $lum-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' wi } .lumiere-card--latex .lumiere-card-thumb { - background: linear-gradient(135deg, #4caf7d 0%, $lum-teal 100%); + background: linear-gradient(135deg, #4caf7d 0%, #098842 100%); } .lumiere-card--typst .lumiere-card-thumb { - background: linear-gradient(135deg, $lum-teal 0%, $lum-blue 100%); + background: linear-gradient(135deg, #4dc8bf 0%, #239dad 100%); } .lumiere-card--quarto .lumiere-card-thumb { - background: linear-gradient(135deg, #7c4dff 0%, $lum-blue 100%); + background: linear-gradient(135deg, #6b9ec3 0%, #447099 100%); } .lumiere-card--quarto-slides .lumiere-card-thumb { - background: linear-gradient(135deg, #e67e22 0%, #e74c3c 100%); + background: linear-gradient(135deg, #f09aaa 0%, #e4637c 100%); } // ── Card body ───────────────────────────────────────────────────────────── @@ -694,19 +694,23 @@ $lum-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' wi } .lumiere-format-badge--latex { - background: rgba(#e8f5ee, 0.9); - color: $lum-teal; + background: rgba(#e6f4ec, 0.9); + color: #098842; } .lumiere-format-badge--typst { - background: rgba(#e0f2fe, 0.9); - color: $lum-blue; + background: rgba(#e0f7f5, 0.9); + color: #239dad; + } + + .lumiere-format-badge--quarto { + background: rgba(#e8eef5, 0.9); + color: #447099; } - .lumiere-format-badge--quarto, .lumiere-format-badge--quarto-slides { - background: rgba(#ede9fe, 0.9); - color: #7c4dff; + background: rgba(#fde8ec, 0.9); + color: #e4637c; } // ── Card tags ─────────────────────────────────────────────────────────────