-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fx formatting in h2 and h3 styles, update class
name in credits page
- Loading branch information
Showing
10 changed files
with
68 additions
and
70 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.root { | ||
font-family: var(--writingFont); | ||
font-size: var(--greatFontSize); | ||
line-height: var(--greatLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
padding: 0 0 0 var(--gutter); | ||
border-left: var(--border) solid var(--green2); | ||
} | ||
font-family: var(--writingFont); | ||
font-size: var(--greatFontSize); | ||
line-height: var(--greatLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
padding: 0 0 0 var(--gutter); | ||
border-left: var(--border) solid var(--green2); | ||
} |
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
.root { | ||
color: var(--primary); | ||
font-family: var(--headingFont); | ||
font-size: var(--giantFontSize); | ||
line-height: var(--giantLineHeight); | ||
font-weight: bold; | ||
margin: 0 0 calc(var(--vRythm) * 2) 0; | ||
text-align: center; | ||
|
||
} | ||
color: var(--primary); | ||
font-family: var(--headingFont); | ||
font-size: var(--giantFontSize); | ||
line-height: var(--giantLineHeight); | ||
font-weight: bold; | ||
margin: 0 0 calc(var(--vRythm) * 2) 0; | ||
text-align: center; | ||
} |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
.root { | ||
color: var(--quinary); | ||
font-family: var(--headingFont); | ||
font-size: var(--greatFontSize); | ||
line-height: var(--greatLineHeight); | ||
font-weight: normal; | ||
margin: var(--vRythm) 0 0 0; | ||
|
||
} | ||
color: var(--quinary); | ||
font-family: var(--headingFont); | ||
font-size: var(--greatFontSize); | ||
line-height: var(--greatLineHeight); | ||
font-weight: normal; | ||
margin: var(--vRythm) 0 0 0; | ||
} |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.root { | ||
font-family: var(--headingFont); | ||
font-size: var(--bigFontSize); | ||
line-height: var(--bigLineHeight); | ||
text-decoration: underline; | ||
font-weight: normal; | ||
margin: var(--vRythm) 0 0 0; | ||
} | ||
font-family: var(--headingFont); | ||
font-size: var(--bigFontSize); | ||
line-height: var(--bigLineHeight); | ||
text-decoration: underline; | ||
font-weight: normal; | ||
margin: var(--vRythm) 0 0 0; | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.root { | ||
font-family: var(--headingFont); | ||
font-size: var(--bigFontSize); | ||
line-height: var(--bigLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
} | ||
font-family: var(--headingFont); | ||
font-size: var(--bigFontSize); | ||
line-height: var(--bigLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.root { | ||
font-family: var(--headingFont); | ||
font-size: var(--mediumFontSize); | ||
line-height: var(--mediumLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
} | ||
font-family: var(--headingFont); | ||
font-size: var(--mediumFontSize); | ||
line-height: var(--mediumLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.root { | ||
font-family: var(--headingFont); | ||
font-size: var(--mediumFontSize); | ||
line-height: var(--mediumLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
} | ||
font-family: var(--headingFont); | ||
font-size: var(--mediumFontSize); | ||
line-height: var(--mediumLineHeight); | ||
margin: 0 0 var(--vRythm) 0; | ||
} |
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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
.root { | ||
margin: 0 0 var(--vRythm) 0; | ||
margin: 0 0 var(--vRythm) 0; | ||
} | ||
|
||
.toot :global(a) { | ||
color: #205370; | ||
color: #205370; | ||
} | ||
|
||
.toot :global(p) { | ||
margin-left: 2%; | ||
margin-left: 2%; | ||
} | ||
|
||
.toot :global(a):hover { | ||
color: #14171a; | ||
color: #14171a; | ||
} | ||
|
||
.tootList { | ||
margin-top: var(--vRythm); | ||
display: flex; | ||
flex-direction: row; | ||
gap: var(--gutter); | ||
margin-top: var(--vRythm); | ||
display: flex; | ||
flex-direction: row; | ||
gap: var(--gutter); | ||
} | ||
|
||
.toot { | ||
border-style: solid; | ||
border-color: var(--grey); | ||
border-width: var(--borderSize); | ||
border-radius: var(--borderRadius); | ||
width: var(--block); | ||
padding: calc(var(--vRythm) / 2) calc(var(--gutter) / 2); | ||
} | ||
border-style: solid; | ||
border-color: var(--grey); | ||
border-width: var(--borderSize); | ||
border-radius: var(--borderRadius); | ||
width: var(--block); | ||
padding: calc(var(--vRythm) / 2) calc(var(--gutter) / 2); | ||
} |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.root img { | ||
float: left; | ||
height: 6rem; | ||
width: 6rem; | ||
margin: 0 2rem 1.5rem 0; | ||
border-radius: 50px; | ||
box-shadow: 5px 5px 2px 1px #c1a008; | ||
} | ||
float: left; | ||
height: 6rem; | ||
width: 6rem; | ||
margin: 0 2rem 1.5rem 0; | ||
border-radius: 50px; | ||
box-shadow: 5px 5px 2px 1px #c1a008; | ||
} |
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