Skip to content

Commit

Permalink
Link to GitHub from app
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Oct 1, 2024
1 parent da7e189 commit e4f6be2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ html
label.height
input(type="checkbox")#height
| heights
div#about
a(href="https://github.com/edemaine/poketree") Source Code
11 changes: 11 additions & 0 deletions index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@
color: white
--height-color: magenta
--size-color: cyan
a, a:visited
color: yellow
a:hover, a:active
color: white

#app
position: absolute
inset: 0
z-index: -1

form
background: transparent
#command
width: 10rem

#about
position: absolute
right: 0.5rem
bottom: 0.5rem

svg
width: 100%
height: 100%
Expand Down

0 comments on commit e4f6be2

Please sign in to comment.