diff --git a/static/images/apple-touch-icon.png b/static/images/apple-touch-icon.png
index 489ac93..86bbac9 100644
Binary files a/static/images/apple-touch-icon.png and b/static/images/apple-touch-icon.png differ
diff --git a/static/images/favicon-96x96.png b/static/images/favicon-96x96.png
index fab7309..6d0ad0b 100644
Binary files a/static/images/favicon-96x96.png and b/static/images/favicon-96x96.png differ
diff --git a/static/images/favicon.ico b/static/images/favicon.ico
index ac2b342..dabc6ad 100644
Binary files a/static/images/favicon.ico and b/static/images/favicon.ico differ
diff --git a/static/images/favicon.svg b/static/images/favicon.svg
index 2ce0f22..3f974ee 100644
--- a/static/images/favicon.svg
+++ b/static/images/favicon.svg
@@ -1,3 +1,3 @@
-
\ No newline at end of file
diff --git a/static/images/web-app-manifest-192x192.png b/static/images/web-app-manifest-192x192.png
index 279ad69..0545c19 100644
Binary files a/static/images/web-app-manifest-192x192.png and b/static/images/web-app-manifest-192x192.png differ
diff --git a/static/images/web-app-manifest-512x512.png b/static/images/web-app-manifest-512x512.png
index d5eb03d..9ae29a3 100644
Binary files a/static/images/web-app-manifest-512x512.png and b/static/images/web-app-manifest-512x512.png differ
diff --git a/static/manifest.json b/static/manifest.json
index 45c00f5..aa0d29c 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -1,7 +1,6 @@
{
"name": "Golfed",
"short_name": "Golfed",
- "start_url": "https://golfed.xyz",
"icons": [
{
"src": "/images/web-app-manifest-192x192.png",
@@ -16,7 +15,7 @@
"purpose": "maskable"
}
],
- "theme_color": "#242424",
- "background_color": "#242424",
+ "theme_color": "#252525",
+ "background_color": "#252525",
"display": "standalone"
}
diff --git a/themes/nostyleplease/assets/css/main.scss b/themes/nostyleplease/assets/css/main.scss
index 4510f22..089a201 100644
--- a/themes/nostyleplease/assets/css/main.scss
+++ b/themes/nostyleplease/assets/css/main.scss
@@ -6,7 +6,9 @@
a {
color: $--link-color;
- &:visited { color: $--visited-link-color; }
+ &:hover {
+ color: $--visited-link-color;
+ }
}
details {
@@ -52,7 +54,7 @@
}
@mixin dark-appearance {
- @include theme(#000000, #f1fffa, #000000, #8b9556, #d1603d, #53917e); // modus-vivendi
+ @include theme(#000000, #f1fffa, #000000, #3aeb9d, #b7f8c6, #b1d2b8);
}
@mixin light-appearance {
@@ -83,6 +85,18 @@ body {
overflow-wrap: break-word;
}
+header {
+ display: flex;
+ align-items: center;
+ width: min-content;
+}
+
+header > img {
+ max-width: 2.5rem;
+ max-height: 2.5rem;
+ padding-right: 1rem;
+}
+
h2, h3, h4, h5, h6 { margin-top: 1.5rem; }
p { margin: 1rem 0; }
@@ -91,7 +105,6 @@ li { margin: 0.4rem 0; }
a {
text-decoration: none;
- &:hover { text-decoration: underline; }
}
hr {
diff --git a/themes/nostyleplease/layouts/index.html b/themes/nostyleplease/layouts/index.html
index 43b1ad0..c168eed 100644
--- a/themes/nostyleplease/layouts/index.html
+++ b/themes/nostyleplease/layouts/index.html
@@ -1,6 +1,7 @@
{{ define "main" }}