diff --git a/xubuntu-eighteen/header.php b/xubuntu-eighteen/header.php
index 82e433a..80864c4 100644
--- a/xubuntu-eighteen/header.php
+++ b/xubuntu-eighteen/header.php
@@ -9,6 +9,7 @@
+
@@ -19,7 +20,7 @@
diff --git a/xubuntu-eighteen/images/xubuntu-icon.svg b/xubuntu-eighteen/images/xubuntu-icon.svg
new file mode 100644
index 0000000..cc3cf5b
--- /dev/null
+++ b/xubuntu-eighteen/images/xubuntu-icon.svg
@@ -0,0 +1,7 @@
+
diff --git a/xubuntu-eighteen/images/xubuntu-logo.svg b/xubuntu-eighteen/images/xubuntu-logo.svg
new file mode 100644
index 0000000..40680c8
--- /dev/null
+++ b/xubuntu-eighteen/images/xubuntu-logo.svg
@@ -0,0 +1,10 @@
+
diff --git a/xubuntu-eighteen/style-600.css b/xubuntu-eighteen/style-600.css
index 7856717..a714852 100644
--- a/xubuntu-eighteen/style-600.css
+++ b/xubuntu-eighteen/style-600.css
@@ -27,6 +27,7 @@ header {
}
#logo a img.light {
display: block;
+ width: 13.5rem;
}
#logo a::after {
display: none;
diff --git a/xubuntu-eighteen/style.css b/xubuntu-eighteen/style.css
index faefa48..ff6bd41 100644
--- a/xubuntu-eighteen/style.css
+++ b/xubuntu-eighteen/style.css
@@ -70,7 +70,7 @@ header {
padding-right: 30px;
- background: transparent url(images/xubuntu-icon-20.png) 100% 50% no-repeat;
+ background: transparent url(images/xubuntu-icon.svg) 100% 50% / 1.25rem 1.25rem no-repeat;
content: "Xubuntu";
color: #fff;
@@ -104,7 +104,7 @@ header {
/*
* Main content area
- *
+ *
*/
section#middle {