Skip to content

Commit 62a86f2

Browse files
committed
update util
1 parent 8cf5be3 commit 62a86f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/utilities.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ a.reversefootnote:hover { text-decoration:none; }
6666
font-size:.83rem;
6767
position:absolute;position:fixed;
6868
bottom:6px;right:6px;left:auto;top:auto;
69-
padding:.3rem .5rem;
69+
padding:.2rem .4rem;
7070
box-shadow:0 0 4px #0007;
7171
border-radius:5px;
7272
color:inherit;
7373
text-decoration:none;
74-
background:#fff;background:linear-gradient(0deg, rgb(221,221,221) 0%, rgb(243,243,243) 50%, rgb(255,255,255) 100%);
74+
background:#fff;background:linear-gradient(0deg, #ddd 0%, #f3f3f3 50%, #fff 100%);
7575
}
76-
._dark { #_credit { background:#000;background:linear-gradient(0deg, rgb(0,0,0) 0%, rgb(10,10,10) 50%, rgb(85,85,85) 100%); }}
76+
._dark { #_credit { background:#000;background:linear-gradient(0deg, #000 0%, #131313 50%, #333 100%); }}
7777

7878
.hero-1 {
7979

0 commit comments

Comments
 (0)