back to ko-fi
This commit is contained in:
parent
becbbea9d3
commit
fdae4ce585
4 changed files with 9 additions and 6 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
|
@ -1 +1 @@
|
||||||
custom: ["https://pally.gg/p/monochrome"]
|
custom: ["https://ko-fi.com/monochromemusic"]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://monochrome.tf">Website</a> •
|
<a href="https://monochrome.tf">Website</a> •
|
||||||
<a href="https://pally.gg/p/monochrome">Donate</a> •
|
<a href="https://ko-fi.com/monochromemusic">Donate</a> •
|
||||||
<a href="#features">Features</a> •
|
<a href="#features">Features</a> •
|
||||||
<a href="#installation">Installation</a> •
|
<a href="#installation">Installation</a> •
|
||||||
<a href="#usage">Usage</a> •
|
<a href="#usage">Usage</a> •
|
||||||
|
|
|
||||||
|
|
@ -843,7 +843,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item" id="sidebar-nav-donate">
|
<li class="nav-item" id="sidebar-nav-donate">
|
||||||
<a href="https://pally.gg/p/monochrome" target="_blank" rel="noopener noreferrer">
|
<a href="https://ko-fi.com/monochromemusic" target="_blank" rel="noopener noreferrer">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
width="24"
|
||||||
|
|
@ -2132,8 +2132,8 @@
|
||||||
|
|
||||||
<div id="font-preset-section" class="font-section">
|
<div id="font-preset-section" class="font-section">
|
||||||
<select id="font-preset-select">
|
<select id="font-preset-select">
|
||||||
<option value="IBM Plex Mono">IBM Plex Mono (Default)</option>
|
<option value="Inter">Inter (Default)</option>
|
||||||
<option value="Inter">Inter</option>
|
<option value="IBM Plex Mono">IBM Plex Mono</option>
|
||||||
<option value="Roboto">Roboto</option>
|
<option value="Roboto">Roboto</option>
|
||||||
<option value="Open Sans">Open Sans</option>
|
<option value="Open Sans">Open Sans</option>
|
||||||
<option value="Lato">Lato</option>
|
<option value="Lato">Lato</option>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
|
/* Font - default to Inter for instant render, JS will override if needed */
|
||||||
|
--font-family: 'Inter', sans-serif;
|
||||||
|
|
||||||
/* Spacing */
|
/* Spacing */
|
||||||
--spacing-xs: 0.25rem;
|
--spacing-xs: 0.25rem;
|
||||||
--spacing-sm: 0.5rem;
|
--spacing-sm: 0.5rem;
|
||||||
|
|
@ -268,7 +271,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
font-family: var(--font-family, 'IBM Plex Mono', monospace) !important;
|
font-family: var(--font-family, 'Inter', sans-serif) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue