Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wanganlin00 committed Aug 20, 2024
1 parent 3361172 commit 4302648
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 84px;
}
.callout-gradient > div.callout-note.callout-style-default>.callout-header {
background-image: linear-gradient(to right, #eed5ee, #8528f0);
}

.callout-gradient > div.callout-note.callout {
border-left-color: #8528f0;
}

.callout-gradient{
animation: shake 4s cubic-bezier(.36,.07,.19,.97) infinite;
transform: translate3d(0, 0, 0);
}

0 comments on commit 4302648

Please sign in to comment.