summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/index.css b/index.css
index e7428b5..385fd5c 100644
--- a/index.css
+++ b/index.css
@@ -7,6 +7,7 @@ body {
color: black;
padding: 0;
margin: auto;
+ line-height: 1.5;
}
header {
@@ -42,7 +43,7 @@ header > nav > ul > li {
header > nav > ul a {
text-decoration: none;
color: blue;
- font-size: 18px;
+ font-size: 1rem;
border-bottom: 1px solid transparent;
}
@@ -51,8 +52,14 @@ header > nav > ul a:hover {
text-decoration: underline;
}
+h1 {
+ font-size: 2.5rem;
+}
+
h2 {
- font-size: 1.5rem;
+ font-size: 1.875rem;
+ margin-bottom: 0rem;
+ margin-top: 2rem;
}
section {
@@ -63,11 +70,11 @@ p {
text-align: left;
}
-section a {
- color: blueviolet;
+a {
+ color: darkviolet;
}
-section a:hover {
+a:hover {
opacity: 0.7;
}