new cakes
This commit is contained in:
parent
290b46a828
commit
af4d38b602
5 changed files with 9 additions and 5 deletions
|
|
@ -22,15 +22,16 @@
|
|||
.btn-green {
|
||||
padding: 0.5rem 1.5rem;
|
||||
text-decoration: none;
|
||||
background-color: var(--secondary-container);
|
||||
background-color: var(--surface-container-highest);
|
||||
color: var(--on-background);
|
||||
border-radius: var(--border-radius);
|
||||
color: var(--on-secondary-container);
|
||||
|
||||
transition-duration: 0.2s;
|
||||
|
||||
&[href]:not(:hover) {
|
||||
background-color: var(--surface-container-highest);
|
||||
color: var(--on-background);
|
||||
&:hover,
|
||||
&[aria-current="page"] {
|
||||
background-color: var(--secondary-container);
|
||||
color: var(--on-secondary-container);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue