updated styling
This commit is contained in:
parent
102d81995a
commit
146595ab79
|
@ -48,9 +48,6 @@ header {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
color: var(--textPrimary);
|
color: var(--textPrimary);
|
||||||
}
|
}
|
||||||
#search .boxes {
|
|
||||||
background: var(--surfaceSecondary);
|
|
||||||
}
|
|
||||||
#search .boxes h3 {
|
#search .boxes h3 {
|
||||||
color: var(--textPrimary);
|
color: var(--textPrimary);
|
||||||
}
|
}
|
||||||
|
@ -196,10 +193,6 @@ nav {
|
||||||
background: var(--surfaceSecondary) !important;
|
background: var(--surfaceSecondary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-group button {
|
|
||||||
background-color:darkgray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.share__box {
|
.share__box {
|
||||||
background: var(--surfacePrimary) !important;
|
background: var(--surfacePrimary) !important;
|
||||||
color: var(--textPrimary);
|
color: var(--textPrimary);
|
||||||
|
@ -212,3 +205,11 @@ nav {
|
||||||
.helpButton {
|
.helpButton {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
}
|
}
|
||||||
|
.sizeInputWrapper {
|
||||||
|
background: var(--background);
|
||||||
|
color: white
|
||||||
|
}
|
||||||
|
.button-group button {
|
||||||
|
background: var(--background);
|
||||||
|
color: white
|
||||||
|
}
|
||||||
|
|
|
@ -85,7 +85,7 @@ button {
|
||||||
height: 3em;
|
height: 3em;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #f5f5f5;
|
background: #f5f5f5;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
|
||||||
/* Add borders */
|
/* Add borders */
|
||||||
|
@ -98,7 +98,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #e0e0e0;
|
background: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.active {
|
button.active {
|
||||||
|
|
Loading…
Reference in New Issue