Skip to content

Commit f4c9280

Browse files
committed
add scripts
1 parent 53006a2 commit f4c9280

File tree

5 files changed

+1255
-0
lines changed

5 files changed

+1255
-0
lines changed

public/favicon.svg

Lines changed: 7 additions & 0 deletions
Loading

public/log.svg

Lines changed: 3 additions & 0 deletions
Loading

public/overrides.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.dynamic-shadow-dom {
2+
--dynamic-connect-button-background: #3EADEC;
3+
--dynamic-border-radius: 1.5rem;
4+
--dynamic-modal-padding: 0.5rem;
5+
--dynamic-connect-button-background-hover: #3EADEC;
6+
--dynamic-connect-button-padding-height: 5px;
7+
--dynamic-connect-button-padding-width: 5px;
8+
--dynamic-connect-button-border: none;
9+
--dynamic-connect-button-color: #fff;
10+
--dynamic-font-family-primary: "Open Sans", sans-serif;
11+
12+
13+
}
14+

0 commit comments

Comments
 (0)