aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 2bf2994..80e14d9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -83,8 +83,15 @@ header {
}
h1 {
- font-size: 1.5rem;
+ font-size: 2.5rem;
color: rgb(190, 190, 190);
+ padding-left: 1rem;
+ border-left: 1rem solid rgb(59, 195, 219);
+ border-bottom: .12rem solid rgb(196, 196, 196);
+}
+
+b {
+ color:rgb(100, 100, 100);
}
.main-nav-position {
@@ -123,10 +130,19 @@ img {
}
a {
- text-decoration: none;
color: black;
}
+header a, .projects a {
+ text-decoration: none;
+}
+
+.projects p {
+ margin-top: 0.2rem;
+ border-right: .5rem solid rgb(196, 196, 196);
+ border-top: .12rem solid rgb(196, 196, 196);
+}
+
.footer-logo {
filter: invert(100%);
height: 1rem;
@@ -152,6 +168,14 @@ footer * {
color: white;
}
+blockquote {
+ font-style: italic;
+}
+
+.sketchbook > img:first-of-type {
+ display: none;
+}
+
@media screen and (min-width: 45rem) {
address {
display: flex;