summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/assets/css/applets.css3
-rw-r--r--site/assets/css/css.css11
2 files changed, 9 insertions, 5 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css
index aa9ce47f..729737fe 100644
--- a/site/assets/css/applets.css
+++ b/site/assets/css/applets.css
@@ -143,6 +143,9 @@
/* tabulator */
+.tabulator {
+ font-family: 'Roboto', sans-serif;
+}
.tabulator-row {
transition: background-color 100ms cubic-bezier(0,0,1,1);
background-color: rgba(255,255,255,0.0);
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;