diff --git a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Profile.razor.css b/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Profile.razor.css
deleted file mode 100644
index 845d4876..00000000
--- a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Profile.razor.css
+++ /dev/null
@@ -1,51 +0,0 @@
-.profile-card {
- display: inline-block;
- box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
- width: 100%;
- border-radius: 8px;
-}
-
-.profile-name {
- padding: 20px;
- font-size: 1.25em;
- line-height: 1.5em;
-}
-
-.profile-name:first-child {
- background: var(--tag-background);
-}
-
-.profile-image {
- padding: 30px;
- background: var(--tag-background);
-}
-
-.profile-image img {
- width: 100%;
- margin: auto;
- border-radius: 50vw;
- display: block;
-}
-
-.profile-keypoints {
- background-color: var(--tag-background);
- padding-top: 10px;
- padding-left: 2.5em;
- padding-right: 1.5em;
- list-style: none;
- margin-bottom: 0;
-}
-
-.profile-keypoints li {
- padding-bottom: 0.6em;
- letter-spacing: 0.05em;
-}
-
-/* As the MarkupComponent is a base class we have to use deep */
-::deep .profile-keypoints li p {
- display: inline;
-}
-
-.item-draggable {
- cursor: grab;
-}
\ No newline at end of file
diff --git a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTable.razor.css b/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTable.razor.css
deleted file mode 100644
index 554cf5cc..00000000
--- a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTable.razor.css
+++ /dev/null
@@ -1,26 +0,0 @@
-.table-container {
- overflow-x: auto;
-}
-
-.skill-table {
- margin-top: 20px;
- width: 100%;
-}
-
-.skill-table td:first-of-type {
- width:10%
-}
-
-.skill-table td {
- width: 30%;
- border-top: 1px var(--bs-light) solid;
- vertical-align: top;
- min-width: 100px;
-}
-
-.skill-table td div {
- display: inline-block;
- margin-right: 8px;
- margin-top: 12px;
- margin-bottom: 12px;
-}
\ No newline at end of file
diff --git a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTag.razor.css b/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTag.razor.css
deleted file mode 100644
index e833e689..00000000
--- a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTag.razor.css
+++ /dev/null
@@ -1,14 +0,0 @@
-.skill-tag {
- padding: 8px;
- border-radius: 5px;
- background-color: var(--tag-background);
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-.skill-tag img {
- padding-right: 12px;
- width: 36px;
-}
\ No newline at end of file
diff --git a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/TabbedNavigation.razor.css b/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/TabbedNavigation.razor.css
deleted file mode 100644
index cdd5c517..00000000
--- a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/TabbedNavigation.razor.css
+++ /dev/null
@@ -1,5 +0,0 @@
-.nav>.nav-item>button {
- border: 0;
- background: transparent !important;
- color: var(--bs-body-color) !important;
-}
\ No newline at end of file
diff --git a/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor b/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor
index ad217d01..9674b4a7 100644
--- a/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor
+++ b/src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor
@@ -32,7 +32,7 @@
@bind-Value="@model.Content">