chore: fixed svg
277a05c8
4 file(s) · +14 −4
| 9 | 9 | - Single binary for Server, CLI, and TUI |
|
| 10 | 10 | - Web UI to create, copy, and share code snippets with syntax highlighting |
|
| 11 | 11 | - Interactive TUI with authenticated access for snippet management |
|
| 12 | + | - Minimal, fast, and low memory consumption |
|
| 12 | 13 | ||
| 13 | 14 | ## Quickstart |
|
| 14 | 15 |
| 49 | 49 | height: 24px; |
|
| 50 | 50 | } |
|
| 51 | 51 | ||
| 52 | - | .icon:hover { |
|
| 53 | - | color: white; |
|
| 52 | + | .icon svg { |
|
| 53 | + | width: 24px; |
|
| 54 | + | height: 24px; |
|
| 55 | + | } |
|
| 56 | + | ||
| 57 | + | .icon svg path { |
|
| 58 | + | fill: #878787; |
|
| 59 | + | } |
|
| 60 | + | ||
| 61 | + | .icon:hover svg path { |
|
| 62 | + | fill: white; |
|
| 54 | 63 | } |
|
| 55 | 64 | ||
| 56 | 65 | #snippetForm { |
| 36 | 36 | <a class="icon" target="_blank" href="https://github.com/stevedylandev/sipp"> |
|
| 37 | 37 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
|
| 38 | 38 | <title>GitHub</title> |
|
| 39 | - | <path fill="currentColor" d="m21.838 11.677l-9.549-9.58c-.129-.13-.451-.13-.645 0L9 4.742l2.452 2.452c.193-.097.419-.13.645-.13c.903 0 1.58.742 1.58 1.581c0 .226-.032.452-.129.645l1.968 1.968c.194-.097.42-.129.645-.129c.904 0 1.58.742 1.58 1.58c0 .904-.741 1.581-1.58 1.581c-.903 0-1.58-.742-1.58-1.58c0-.226.032-.452.129-.646l-1.968-1.967h-.032v3.71c.58.258 1 .806 1 1.483c0 .904-.742 1.581-1.581 1.581c-.903 0-1.58-.742-1.58-1.58c0-.678.419-1.259 1-1.485v-3.612c-.581-.259-1-.807-1-1.484c0-.226.032-.452.128-.645L8.225 5.613l-6.097 6.064c-.129.13-.129.452 0 .646l9.58 9.58c.13.13.452.13.646 0l9.548-9.58a.59.59 0 0 0-.064-.646"/> |
|
| 39 | + | <path d="m21.838 11.677l-9.549-9.58c-.129-.13-.451-.13-.645 0L9 4.742l2.452 2.452c.193-.097.419-.13.645-.13c.903 0 1.58.742 1.58 1.581c0 .226-.032.452-.129.645l1.968 1.968c.194-.097.42-.129.645-.129c.904 0 1.58.742 1.58 1.58c0 .904-.741 1.581-1.58 1.581c-.903 0-1.58-.742-1.58-1.58c0-.226.032-.452.129-.646l-1.968-1.967h-.032v3.71c.58.258 1 .806 1 1.483c0 .904-.742 1.581-1.581 1.581c-.903 0-1.58-.742-1.58-1.58c0-.678.419-1.259 1-1.485v-3.612c-.581-.259-1-.807-1-1.484c0-.226.032-.452.128-.645L8.225 5.613l-6.097 6.064c-.129.13-.129.452 0 .646l9.58 9.58c.13.13.452.13.646 0l9.548-9.58a.59.59 0 0 0-.064-.646"/> |
|
| 40 | 40 | </svg> |
|
| 41 | 41 | </a> |
|
| 42 | 42 | </div> |
| 36 | 36 | <a class="icon" target="_blank" href="https://github.com/stevedylandev/sipp"> |
|
| 37 | 37 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
|
| 38 | 38 | <title>GitHub</title> |
|
| 39 | - | <path fill="currentColor" d="m21.838 11.677l-9.549-9.58c-.129-.13-.451-.13-.645 0L9 4.742l2.452 2.452c.193-.097.419-.13.645-.13c.903 0 1.58.742 1.58 1.581c0 .226-.032.452-.129.645l1.968 1.968c.194-.097.42-.129.645-.129c.904 0 1.58.742 1.58 1.58c0 .904-.741 1.581-1.58 1.581c-.903 0-1.58-.742-1.58-1.58c0-.226.032-.452.129-.646l-1.968-1.967h-.032v3.71c.58.258 1 .806 1 1.483c0 .904-.742 1.581-1.581 1.581c-.903 0-1.58-.742-1.58-1.58c0-.678.419-1.259 1-1.485v-3.612c-.581-.259-1-.807-1-1.484c0-.226.032-.452.128-.645L8.225 5.613l-6.097 6.064c-.129.13-.129.452 0 .646l9.58 9.58c.13.13.452.13.646 0l9.548-9.58a.59.59 0 0 0-.064-.646"/> |
|
| 39 | + | <path d="m21.838 11.677l-9.549-9.58c-.129-.13-.451-.13-.645 0L9 4.742l2.452 2.452c.193-.097.419-.13.645-.13c.903 0 1.58.742 1.58 1.581c0 .226-.032.452-.129.645l1.968 1.968c.194-.097.42-.129.645-.129c.904 0 1.58.742 1.58 1.58c0 .904-.741 1.581-1.58 1.581c-.903 0-1.58-.742-1.58-1.58c0-.226.032-.452.129-.646l-1.968-1.967h-.032v3.71c.58.258 1 .806 1 1.483c0 .904-.742 1.581-1.581 1.581c-.903 0-1.58-.742-1.58-1.58c0-.678.419-1.259 1-1.485v-3.612c-.581-.259-1-.807-1-1.484c0-.226.032-.452.128-.645L8.225 5.613l-6.097 6.064c-.129.13-.129.452 0 .646l9.58 9.58c.13.13.452.13.646 0l9.548-9.58a.59.59 0 0 0-.064-.646"/> |
|
| 40 | 40 | </svg> |
|
| 41 | 41 | </a> |
|
| 42 | 42 | </div> |