Improve Nostr Zap support
This commit is contained in:
parent
876f3b01d8
commit
21a7192e6d
7 changed files with 206 additions and 186 deletions
|
@ -5,7 +5,7 @@
|
|||
//@import "@fontsource/antonio/latin-400.css";
|
||||
@import '@fontsource/ubuntu/latin-400.css';
|
||||
@import '@fontsource/oswald/latin-400.css';
|
||||
@import './satsymbol.scss';
|
||||
@import './satsymbol';
|
||||
|
||||
$color-mode-type: media-query;
|
||||
$font-family-base: 'Ubuntu';
|
||||
|
@ -165,7 +165,8 @@ nav {
|
|||
padding-top: 15px;
|
||||
padding-bottom: 5px;
|
||||
font-size: 4.5rem;
|
||||
font-family: 'Satoshi Symbol';
|
||||
font-family: 'Satoshi Symbol', sans-serif;
|
||||
content: 'a';
|
||||
}
|
||||
|
||||
.digit-blank {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue