-
Notifications
You must be signed in to change notification settings - Fork 27
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
Showing
9 changed files
with
126 additions
and
34 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
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
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,59 @@ | ||
.proposal h1, | ||
.proposal h2, | ||
.proposal h3, | ||
.proposal h4 { | ||
font-family: 'Garamond', serif; | ||
} | ||
|
||
.proposal h1, | ||
.proposal h2 { | ||
font-size: 24px; | ||
} | ||
|
||
.proposal h3 { | ||
font-size: 20px; | ||
} | ||
|
||
.proposal h4 { | ||
font-size: 18px; | ||
} | ||
|
||
.proposal a { | ||
text-decoration: underline; | ||
cursor: pointer; | ||
} | ||
|
||
.proposal a:hover { | ||
opacity: 0.75; | ||
} | ||
|
||
.proposal a:active { | ||
opacity: 0.65; | ||
} | ||
|
||
.proposal ol, | ||
.proposal ul { | ||
padding-left: 1rem; | ||
} | ||
|
||
.proposal ul { | ||
list-style: disc; | ||
} | ||
|
||
.proposal ol { | ||
list-style: decimal; | ||
} | ||
|
||
.proposal li { | ||
padding-left: 1rem; | ||
margin-top: 0.6rem; | ||
} | ||
|
||
.proposal pre { | ||
padding: 0.5rem; | ||
background-color: rgba(0, 0, 0, 0.04); | ||
} | ||
|
||
.proposal img { | ||
display: none; | ||
} |
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
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
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
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
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
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