-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46a515e
commit 22d1aed
Showing
20 changed files
with
830 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.prose { | ||
line-height: 2; | ||
font-size: 14px; | ||
color: var(--secondary-text-color); | ||
} | ||
|
||
.prose li { | ||
list-style: decimal; | ||
} | ||
|
||
.prose ol { | ||
margin-left: 20px; | ||
} | ||
|
||
.about { | ||
a[target='_blank'] { | ||
border-bottom-width: 0 !important; | ||
background-image: linear-gradient(transparent,transparent),linear-gradient(rgb(232 52 183),rgb(232 52 183)); | ||
background-size: 0 3px; | ||
background-position: 0 100%; | ||
background-repeat: no-repeat; | ||
transition: background-size .5s ease-in-out; | ||
background-size: 100% 3px; | ||
background-position: 0 100%; | ||
} | ||
} | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.