Skip to content

Commit

Permalink
trying out some new style
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Feb 6, 2023
1 parent 67c7de8 commit cf5b834
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion sass/pages/_migration_guide.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
.migration-guide {
> h3 {
h3 {
margin-top: 3rem;
margin-bottom: 0.2rem;
padding-bottom: 0.1rem;
border-bottom: solid darken($color-white, 50%) 0.15rem;
}

p {
font-size: 1rem;
}

// a {
// color: white;
// // font-weight: normal;
// &:hover{
// // font-weight: 500;
// color:#7c90ff;
// }
// }
}

.migration-guide-area-tags {
Expand All @@ -18,6 +34,7 @@
padding-right: 0.2rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
margin-top: 0.1rem;
line-height: 1;
border-radius: 0.3rem;
border-style: solid;
Expand Down

0 comments on commit cf5b834

Please sign in to comment.