diff --git a/src/styles.css b/src/styles.css index 193afdd..bdf20f9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -986,8 +986,8 @@ button.link-action--confirm:hover { background: var(--accent-soft); } } .detail-panel--private { - background: linear-gradient(180deg, #FFF4F4 0%, #FFFFFF 38%); - border-color: rgba(220, 38, 38, 0.16); + background: var(--surface); + border-color: var(--border); } .detail-panel__title-group { @@ -1021,8 +1021,9 @@ button.link-action--confirm:hover { background: var(--accent-soft); } } .detail-panel__scope-icon.is-private { - background: linear-gradient(135deg, rgba(248,113,113,0.16), rgba(251,146,60,0.18)); - border-color: rgba(220,38,38,0.16); + background: transparent; + border-color: transparent; + box-shadow: none; color: #B91C1C; }