Skip to content

Commit 9ef8578

Browse files
committed
update css
1 parent 97048af commit 9ef8578

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ a[href^="#fn:"]:after {
210210

211211
.dashboard {
212212
font-size: 14px;
213-
font-weight: 100;
213+
text-shadow: 1px 1px #b1b1b133;
214+
font-weight: 200;
214215
font-style: oblique;
215216
text-transform: lowercase;
216217
color: #cccccc; }

themes/hugo-coder/assets/scss/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ a[href^="#fn:"]:after{ content: ']' }
259259

260260
.dashboard {
261261
font-size: 14px;
262-
font-weight: 100;
262+
text-shadow: 1px 1px #b1b1b133;
263+
font-weight: 200;
263264
font-style: oblique;
264265
text-transform: lowercase;
265266
color: #cccccc;

0 commit comments

Comments
 (0)