mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
application.css: Minor cleanup.
Move the common `color` property along with the other common properties and remove inherited properties.
This commit is contained in:
parent
0b6213cb5e
commit
0b3d1a443b
@ -22,19 +22,18 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h5 {
|
h1, h2, h3, h5 {
|
||||||
|
color: #443a33;
|
||||||
font-family: Chivo, "Helvetica Neue", Helvetica, Arial, serif;
|
font-family: Chivo, "Helvetica Neue", Helvetica, Arial, serif;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #443a33;
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
@ -42,14 +41,12 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
@ -77,8 +74,6 @@ strong {
|
|||||||
|
|
||||||
.home h1 {
|
.home h1 {
|
||||||
font-size: 63px;
|
font-size: 63px;
|
||||||
line-height: 1.1;
|
|
||||||
margin-bottom: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home h2 {
|
.home h2 {
|
||||||
@ -118,7 +113,6 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.triptych h3 {
|
.triptych h3 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin: 0 auto 20px auto;
|
margin: 0 auto 20px auto;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user