This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add sparkle message to home
main
Keith Daulton
1 year ago
parent
76c3d2f743
commit
5b34f8ed0b
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/webviews/apps/home/home.html
+4
-0
src/webviews/apps/home/home.scss
+ 1
- 0
src/webviews/apps/home/home.html
View File
@ -246,6 +246,7 @@
>
<
span
class
=
"nav-list__label"
>
Tutorial Video
<
/
span
>
<
/a
>
<
/
nav
>
<
p
class
=
"t-subtle"
>
✨ Requires a trial or subscription to use this on privately hosted repos.
<
/
p
>
<
/
main
>
#{endOfBody}
+ 4
- 0
src/webviews/apps/home/home.scss
View File
@ -317,6 +317,10 @@ gk-button {
color
:
var
(
--color-foreground--50
)
;
margin
:
0
;
}
&
-subtle
{
color
:
var
(
--color-foreground--50
)
;
}
}
.
nav-list
{
Write
Preview
Loading…
Cancel
Save