Skip to content

Commit d0e23d0

Browse files
committed
Text shadow
1 parent a352408 commit d0e23d0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

layout/_partial/_cover/dock.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img no-lazy class='logo' src='<%- url_for(theme.cover.logo) %>'/>
55
<% } %>
66
<% if (theme.cover.title) { %>
7-
<p class="title"><%- theme.cover.title ? theme.cover.title : config.title %></p>
7+
<p class="title" style="text-shadow:0 0 8px rgba(58, 62, 65, 0.4), 0 2px 4px rgba(44, 47, 50, 0.3), 0 4px 12px rgba(33, 36, 39, 0.25);"><%- theme.cover.title ? theme.cover.title : config.title %></p>
88
<% } %>
99
<% if (theme.cover.subtitle) { %>
10-
<p class="subtitle"><%- theme.cover.subtitle%></p>
10+
<p class="subtitle" style="text-shadow: 0 0 8px rgba(58, 62, 65, 0.6), 0 2px 4px rgba(44, 47, 50, 0.5), 0 4px 12px rgba(33, 36, 39, 0.4);"><%- theme.cover.subtitle%></p>
1111
<% } %>
1212
</div>
1313
<div class='bottom'>

layout/_partial/_cover/featured.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img no-lazy class='logo' src='<%- url_for(theme.cover.logo) %>'/>
55
<% } %>
66
<% if (theme.cover.title) { %>
7-
<p class="title"><%- theme.cover.title ? theme.cover.title : config.title %></p>
7+
<p class="title" style="text-shadow: 0 0 8px rgba(58, 62, 65, 0.4), 0 2px 4px rgba(44, 47, 50, 0.3), 0 4px 12px rgba(33, 36, 39, 0.25);"><%- theme.cover.title ? theme.cover.title : config.title %></p>
88
<% } %>
99
<% if (theme.cover.subtitle) { %>
10-
<p class="subtitle"><%- theme.cover.subtitle%></p>
10+
<p class="subtitle" style="text-shadow: 0 0 8px rgba(58, 62, 65, 0.6), 0 2px 4px rgba(44, 47, 50, 0.5), 0 4px 12px rgba(33, 36, 39, 0.4);"><%- theme.cover.subtitle%></p>
1111
<% } %>
1212
</div>
1313
<div class='bottom'>

layout/_partial/_cover/focus.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img no-lazy class='logo' src='<%- url_for(theme.cover.logo) %>'/>
55
<% } %>
66
<% if (theme.cover.title) { %>
7-
<p class="title"><%- theme.cover.title ? theme.cover.title : config.title %></p>
7+
<p class="title" style="0 0 8px rgba(58, 62, 65, 0.4), 0 2px 4px rgba(44, 47, 50, 0.3), 0 4px 12px rgba(33, 36, 39, 0.25);"><%- theme.cover.title ? theme.cover.title : config.title %></p>
88
<% } %>
99
<% if (theme.cover.subtitle) { %>
10-
<p class="subtitle"><%- theme.cover.subtitle%></p>
10+
<p class="subtitle" style="0 0 8px rgba(58, 62, 65, 0.6), 0 2px 4px rgba(44, 47, 50, 0.5), 0 4px 12px rgba(33, 36, 39, 0.4);"><%- theme.cover.subtitle%></p>
1111
<% } %>
1212
</div>
1313
<div class='bottom'>

layout/_partial/_cover/search.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img no-lazy class='logo' src='<%- url_for(theme.cover.logo) %>'/>
55
<% } %>
66
<% if (theme.cover.title) { %>
7-
<p class="title"><%- theme.cover.title ? theme.cover.title : config.title %></p>
7+
<p class="title" style="0 0 8px rgba(58, 62, 65, 0.4), 0 2px 4px rgba(44, 47, 50, 0.3), 0 4px 12px rgba(33, 36, 39, 0.25);"><%- theme.cover.title ? theme.cover.title : config.title %></p>
88
<% } %>
99
<% if (theme.cover.subtitle) { %>
10-
<p class="subtitle"><%- theme.cover.subtitle%></p>
10+
<p class="subtitle" style="0 0 8px rgba(58, 62, 65, 0.6), 0 2px 4px rgba(44, 47, 50, 0.5), 0 4px 12px rgba(33, 36, 39, 0.4);"><%- theme.cover.subtitle%></p>
1111
<% } %>
1212
</div>
1313
<div class='bottom'>

0 commit comments

Comments
 (0)