mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-29 22:15:19 -04:00
Apply prettier to css
This commit is contained in:
parent
87fbe01124
commit
df544469c9
8 changed files with 26 additions and 25 deletions
|
@ -9,10 +9,10 @@
|
|||
padding: 3px 10px;
|
||||
background: var(--tertiary);
|
||||
border-radius: 6px;
|
||||
transition: transform .1s;
|
||||
transition: transform 0.1s;
|
||||
}
|
||||
|
||||
.terms-tags a:active {
|
||||
background: var(--tertiary);
|
||||
transform: scale(.96);
|
||||
transform: scale(0.96);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue