summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css31
1 files changed, 23 insertions, 8 deletions
diff --git a/static/styles.css b/static/styles.css
index 03d84bc..e0ffbc1 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -82,8 +82,9 @@ p {
}
a {
- text-decoration: none;
- color: #dd1b26;
+ text-decoration: underline dotted;
+ /* color: #dd1b26; */
+ color: black;
}
a:hover {
@@ -95,13 +96,31 @@ a:hover {
font-style: italic;
font-size: x-large;
font-weight: bold;
- letter-spacing: -1px;
+ color: #dd1b26;
+}
+
+.subtitle {
+ font-weight: bold;
+ font-size: large;
+ margin-bottom: -5px;
+}
+
+.category {
+ font-size: large;
+ font-style: italic;
+ margin-bottom: -5px;
+ margin-top: 25px;
}
.work-title {
letter-spacing: -1px;
}
+.contact {
+ font-style: italic;
+ font-size: small;
+}
+
.home {
font-style: italic;
font-size: 20px;
@@ -115,6 +134,7 @@ a:hover {
.home-title {
font-weight: bold;
+ color: #dd1b26;
}
.sep {
@@ -122,8 +142,3 @@ a:hover {
margin-right: 3px;
}
-.contact {
- font-style: italic;
- font-size: small;
- margin-left: 2em;
-}