diff --git a/src/app/app.component.html b/src/app/app.component.html
index 32ced6ff..7cdbfbe8 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,9 +1,5 @@
-
+
-
-
+
+
+
+
\ No newline at end of file
diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index e69de29b..feca0e40 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -0,0 +1,11 @@
+@charset "UTF-8";
+
+header {
+ h1,
+ a {
+ &::before,
+ &::after {
+ display: none;
+ }
+ }
+}
diff --git a/src/app/ui/navigation/navigation.component.html b/src/app/ui/navigation/navigation.component.html
index 830b9e38..c234b935 100644
--- a/src/app/ui/navigation/navigation.component.html
+++ b/src/app/ui/navigation/navigation.component.html
@@ -1,56 +1,29 @@
+
\ No newline at end of file
diff --git a/src/app/ui/navigation/navigation.component.scss b/src/app/ui/navigation/navigation.component.scss
index e69de29b..5048ee17 100644
--- a/src/app/ui/navigation/navigation.component.scss
+++ b/src/app/ui/navigation/navigation.component.scss
@@ -0,0 +1,10 @@
+@charset "UTF-8";
+
+nav {
+ a {
+ &::before,
+ &::after {
+ display: none;
+ }
+ }
+}