asd
This commit is contained in:
parent
1fdda5187f
commit
45caaf9884
1 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,7 @@ ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-size: 1.5rem;
|
font-size: 1.2rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,7 +55,6 @@ body {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgb(175, 225, 255);
|
color: rgb(175, 225, 255);
|
||||||
text-decoration: none;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
|
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
}
|
}
|
||||||
|
@ -74,6 +73,10 @@ a {
|
||||||
transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);
|
transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chip, .chip > * {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.chip:hover {
|
.chip:hover {
|
||||||
/* background-color: rgb(20, 10, 30); */
|
/* background-color: rgb(20, 10, 30); */
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
|
Loading…
Reference in a new issue