Classic tweaks.
This commit is contained in:
@ -523,10 +523,10 @@ h2 {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #89f;
|
border: 1px solid #89f;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
font-variant: small-caps;
|
/* font-variant: small-caps; */
|
||||||
text-transform: capitalize;
|
text-transform: uppercase;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.7);
|
text-shadow: 0px 1px 1px #99f;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@ -536,6 +536,8 @@ h3 {
|
|||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-shadow: 0px 1px 1px #99f;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, h3 {
|
h2, h3 {
|
||||||
|
Reference in New Issue
Block a user