Skip to content

Commit 4515f4e

Browse files
author
DavidQ
committed
corrected head details color
1 parent 5af520d commit 4515f4e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/shared/platformShell.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--tools-shell-border-strong: rgba(221, 214, 254, 0.3);
33
--tools-shell-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
44
--tools-shell-shadow-strong: 0 20px 44px rgba(0, 0, 0, 0.26);
5-
--tools-shell-glass: rgba(43, 16, 91, 0.34);
5+
--tools-shell-glass: #4c1d95;/* rgba(43, 16, 91, 0.94); */
66
--tools-shell-glass-strong: rgba(43, 16, 91, 0.56);
77
}
88

@@ -51,11 +51,12 @@ body.tools-platform-surface {
5151
align-items: center;
5252
justify-content: space-between;
5353
gap: 12px;
54-
cursor: pointer;
54+
cursor: default;
5555
list-style: none;
5656
padding: 8px 10px;
5757
border-radius: 12px;
5858
background: var(--tools-shell-glass);
59+
/* background: #4c1d95; */
5960
}
6061

6162
.tools-platform-frame__accordion-summary::-webkit-details-marker {

0 commit comments

Comments
 (0)