mirror of https://github.com/Lissy93/dashy.git
💄 Updates workspace styles in lissy theme
This commit is contained in:
parent
e6bc0ee90d
commit
099cbbba53
|
@ -1418,7 +1418,12 @@ html[data-theme='lissy'] {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.collapsable {
|
||||
.side-bar-item-container {
|
||||
--item-hover-shadow: none;
|
||||
--item-shadow: none;
|
||||
}
|
||||
|
||||
.collapsable, .side-bar-section, .workspace-widget {
|
||||
&:nth-child(1n) { --index-color: #f81392e6; }
|
||||
&:nth-child(2n) { --index-color: #e026ffe6; }
|
||||
&:nth-child(3n) { --index-color: #4c64ffe6; }
|
||||
|
@ -1430,6 +1435,7 @@ html[data-theme='lissy'] {
|
|||
--item-group-heading-text-color: var(--index-color);
|
||||
--item-group-shadow: inset 0 2px 1px var(--index-color);
|
||||
--item-hover-shadow: 0 0 5px var(--index-color);
|
||||
--side-bar-item-color: var(--index-color);
|
||||
|
||||
transition: all 0.2s ease-in-out 0s;
|
||||
border: 1px solid #0000004d;
|
||||
|
@ -1440,13 +1446,20 @@ html[data-theme='lissy'] {
|
|||
opacity: 0.75;
|
||||
color: var(--index-color);
|
||||
}
|
||||
&:hover {
|
||||
&:hover, &.workspace-widget {
|
||||
box-shadow: inset 0px 3px 1px var(--index-color), 1px 1px 5px #00000080;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-widget-view .workspace-widget {
|
||||
background: var(--background-darker);
|
||||
padding: 1rem;
|
||||
margin: 1rem auto;
|
||||
border-radius: var(--curve-factor);
|
||||
}
|
||||
|
||||
.home, .options-container, .options-outer, #dashy {
|
||||
background-color: #25282c;
|
||||
background-color: var(--background);
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2314171c' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
||||
}
|
||||
.minimal-home {
|
||||
|
|
Loading…
Reference in New Issue