wip
This commit is contained in:
parent
016a504431
commit
f39e38986c
4 changed files with 20 additions and 8 deletions
|
|
@ -29,7 +29,7 @@ swp-nav-button {
|
|||
cursor: pointer;
|
||||
background: var(--color-surface);
|
||||
|
||||
&:hover { background: #f0f0f0; }
|
||||
&:hover { background: var(--color-background-hover); }
|
||||
}
|
||||
|
||||
swp-week-info {
|
||||
|
|
@ -75,7 +75,7 @@ swp-header-drawer {
|
|||
display: block;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
background: #fafafa;
|
||||
background: var(--color-background-alt);
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
|
|
@ -180,13 +180,14 @@ swp-team-header {
|
|||
}
|
||||
|
||||
swp-team-header {
|
||||
background: #e3f2fd;
|
||||
color: #1565c0;
|
||||
background: var(--color-team-bg);
|
||||
color: var(--color-team-text);
|
||||
font-weight: 500;
|
||||
grid-column: span var(--team-cols, 1);
|
||||
}
|
||||
|
||||
swp-resource-header {
|
||||
background: #fafafa;
|
||||
background: var(--color-background-alt);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue