2 Commits

Author SHA1 Message Date
c3185b6a5a Change theme and manifest bg color 2026-01-26 14:43:13 +07:00
b6484aee9d Improve settings sidebar 2026-01-26 14:42:56 +07:00
4 changed files with 13 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ export default class SettingsPane extends Component {
<p>
Connect your own <a href="https://remotestorage.io/"
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
devices.
apps and devices.
</p>
<ul class="link-list">
<li>

View File

@@ -288,6 +288,15 @@ body {
margin-top: 1rem;
}
.settings-section p a {
color: #007bff;
text-decoration: none;
}
.settings-section p a:hover {
text-decoration: underline;
}
.btn-full {
width: 100%;
}

View File

@@ -9,7 +9,7 @@
<!-- App identity -->
<meta name="application-name" content="Marco">
<meta name="apple-mobile-web-app-title" content="Marco">
<meta name="theme-color" content="#F6E9A6">
<meta name="theme-color" content="#333333">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">

View File

@@ -5,8 +5,8 @@
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#F6E9A6",
"theme_color": "#F6E9A6",
"background_color": "#f8f9fa",
"theme_color": "#333333",
"icons": [
{
"src": "/icons/icon-192.png",