diff --git a/layout/_partial/first-screen.ejs b/layout/_partial/first-screen.ejs
index c7ca94c..ecf2e00 100644
--- a/layout/_partial/first-screen.ejs
+++ b/layout/_partial/first-screen.ejs
@@ -11,7 +11,7 @@ const { enable: sc_enable, links: sc_links } = theme.social_contact
<% if (final_description.length || fs_hitokoto.enable) { %>
<% for (const idx in final_description) { %>
-
<%= final_description[idx] %>
+
<%= final_description[idx] %>
<% } %>
<% } %>
diff --git a/source/css/layout/_partial/first-screen.styl b/source/css/layout/_partial/first-screen.styl
index 023797c..929e9f7 100644
--- a/source/css/layout/_partial/first-screen.styl
+++ b/source/css/layout/_partial/first-screen.styl
@@ -40,6 +40,10 @@ $first-screen-font-color = $temp-font-color ? convert($temp-font-color) : var(--
line-height 1.8
text-align center
+ .desc-item {
+ color $first-screen-font-color
+ }
+
+keep-tablet() {
font-size $first-screen-font-size * 0.9
}