diff --git a/website/assets/github.svg b/website/assets/github.svg
index eda7c3f..babfc5a 100644
--- a/website/assets/github.svg
+++ b/website/assets/github.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/website/assets/style.css b/website/assets/style.css
index 72c71d9..a318b27 100644
--- a/website/assets/style.css
+++ b/website/assets/style.css
@@ -72,7 +72,7 @@ h4,
h5,
h6,
.col-lbl {
- color: #555;
+ color: #333;
max-width: 600px;
margin: 1em auto 0.5em;
line-height: 1.2;
@@ -83,7 +83,7 @@ h6,
}
p a {
- color: #444;
+ color: #333;
font-weight: 700;
text-decoration: none;
box-shadow: 0 1px 0 #007cd7;
@@ -95,7 +95,7 @@ p a:hover {
}
strong {
- color: #555;
+ color: #333;
}
.logo {
@@ -116,7 +116,7 @@ h1 {
/*.subtitle {*/
/* text-align: center;*/
/* font-style: italic;*/
-/* color: #444;*/
+/* color: #333;*/
/* margin-top: 1em;*/
/*}*/
diff --git a/website/assets/x-twitter.svg b/website/assets/x-twitter.svg
deleted file mode 100644
index 12e5df8..0000000
--- a/website/assets/x-twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/website/assets/x.svg b/website/assets/x.svg
new file mode 100644
index 0000000..4b33631
--- /dev/null
+++ b/website/assets/x.svg
@@ -0,0 +1 @@
+
diff --git a/website/generate.py b/website/generate.py
index 6c8aa24..5e46b41 100755
--- a/website/generate.py
+++ b/website/generate.py
@@ -36,7 +36,7 @@ def copy_assets():
'map.js',
'favicon.ico',
'github.svg',
- 'x-twitter.svg',
+ 'x.svg',
]:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)
diff --git a/website/template.html b/website/template.html
index 1f2af60..8fa921e 100644
--- a/website/template.html
+++ b/website/template.html
@@ -31,7 +31,7 @@
>
