Author: Jim Winstead (jimwins)
Committer: GitHub (web-flow)
Pusher: jimwins
Date: 2024-10-22T22:23:54-07:00
Commit: Make hN (N > 1) styles more distinct, add padding to <p> (#11) · php/web-shared@be6ea6f · GitHub
Raw diff: https://github.com/php/web-shared/commit/be6ea6fd95366c2ad6b12c04e0957c6bf4dcbe19.diff
Make hN (N > 1) styles more distinct, add padding to <p> (#11)
Changed paths:
M styles/defaults.css
Diff:
diff --git a/styles/defaults.css b/styles/defaults.css
index 3c75a78..762efec 100644
--- a/styles/defaults.css
+++ b/styles/defaults.css
@@ -110,9 +110,7 @@ h1, h2, h3, h4, h5, h6, dt {
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
font-weight: bolder;
color: #333;
- background: #E2E4EF;
padding: .375em .5em;
- border-top: 2px solid #4F5B93;
border-bottom: 1px solid #C4C9DF;
border-radius: 0 0 2px 2px;
line-height: 1.5rem;
@@ -120,9 +118,12 @@ h1, h2, h3, h4, h5, h6, dt {
}
h1 {
font-size: 1.5rem;
+ background: #E2E4EF;
+ border-top: 2px solid #4F5B93;
}
h2 {
font-size: 1.25rem;
+ background: #E2E4EF;
}
h3, dt {
font-size: 1.125rem;
@@ -141,6 +142,7 @@ dd {
}
p {
margin: 0 0 1.5rem;
+ padding: 0 0.5em;
}
ul, ol {
margin: 0 0 1.5rem;