summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 4b42657b..d710b3a8 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -9,7 +9,7 @@ html, body {
overflow-x: hidden;
}
html {
- background: #111111;
+ background: #181818;
}
.content {
@@ -149,7 +149,7 @@ h2 {
}
h3 {
margin: 0 0 20px 0;
- padding: 0;
+ padding: 20px 0 0 0;
font-size: 14pt;
font-weight: 500;
transition: color 0.2s cubic-bezier(0,0,1,1);
@@ -174,7 +174,7 @@ h4 {
padding: 0 0 10px 0;
font-family: 'Roboto Mono';
font-weight: 400;
- font-size: 11px;
+ font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
}
@@ -263,6 +263,7 @@ p {
}
.right-sidebar ul {
margin-bottom: 10px;
+ color: #aaa;
}
/* lists */
@@ -558,8 +559,8 @@ section.intro_section {
color: #ddd;
}
.intro_section div > span {
- box-shadow: -10px -10px #1e1e1e, 10px -10px #1e1e1e, 10px 10px #1e1e1e, -10px 10px #1e1e1e;
- background: #1e1e1e;
+ box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818;
+ background: #181818;
}
.firefox .intro_section div > span {
box-decoration-break: clone;