summaryrefslogtreecommitdiff
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css25
1 files changed, 5 insertions, 20 deletions
diff --git a/css/content.css b/css/content.css
index 0a47ec1..53b9be9 100644
--- a/css/content.css
+++ b/css/content.css
@@ -39,26 +39,6 @@ div.content p img {
height: 1em;
}
-div.content p.pagePath {
- font-family: "Courier New","monospace";
- font-size: calc(2rem / 3);
- margin-bottom:1rem;
-}
-
-div.content p.pagePath::before {
- content:"path: ";
-}
-
-div.content p.pagePath a {
- color: var(--foregroundColour);
- font-style:italic;
- text-decoration:underline;
-}
-
-div.content p.pagePath a:hover {
- text-decoration-color:var(--backgroundColour);
-}
-
div.content p.pageTitle,div.content p.large {
font-family:"Helvetica","sans-serif";
}
@@ -69,6 +49,11 @@ div.content p.pageTitle {
text-align: center;
}
+div.content p.pageTitle sub {
+ font-size: 1rem;
+ font-style:italic;
+}
+
div.content div.section + div.section::before {
content: "";
background-color:var(--colour);