tweak button style to only apply in the main content
This commit is contained in:
parent
72ba059e40
commit
219a6930d5
|
@ -141,11 +141,12 @@
|
||||||
* Custom styling
|
* Custom styling
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
button {
|
button {
|
||||||
background-color: var(--vp-button-brand-bg);
|
|
||||||
color: var(--vp-button-brand-text);
|
color: var(--vp-button-brand-text);
|
||||||
border-color: var(--vp-button-brand-border);
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
}
|
||||||
|
.main button {
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
|
background-color: var(--vp-button-brand-bg);
|
||||||
}
|
}
|
||||||
button:disabled {
|
button:disabled {
|
||||||
background-color: var(--vp-c-default-soft);
|
background-color: var(--vp-c-default-soft);
|
||||||
|
|
Loading…
Reference in a new issue