aboutsummaryrefslogtreecommitdiff
path: root/www/assets
diff options
context:
space:
mode:
Diffstat (limited to 'www/assets')
-rw-r--r--www/assets/res/css/article.css (renamed from www/assets/partials/preview/article.css)0
-rw-r--r--www/assets/res/css/base.css (renamed from www/assets/base-style.css)32
-rw-r--r--www/assets/res/css/catppuccin-latte.css (renamed from www/assets/catppuccin-latte.css)0
-rw-r--r--www/assets/res/css/catppuccin-mocha.css (renamed from www/assets/catppuccin-mocha.css)0
-rw-r--r--www/assets/res/css/home.css (renamed from www/assets/home.css)0
-rw-r--r--www/assets/res/css/single.css (renamed from www/assets/single.css)0
-rw-r--r--www/assets/res/css/todos.css14
-rw-r--r--www/assets/res/img/gh.png (renamed from www/assets/github-mark.png)bin6393 -> 6393 bytes
-rw-r--r--www/assets/res/js/color-scheme.ts (renamed from www/assets/color-scheme.ts)0
9 files changed, 46 insertions, 0 deletions
diff --git a/www/assets/partials/preview/article.css b/www/assets/res/css/article.css
index 9629597..9629597 100644
--- a/www/assets/partials/preview/article.css
+++ b/www/assets/res/css/article.css
diff --git a/www/assets/base-style.css b/www/assets/res/css/base.css
index 4c5a730..9fd922b 100644
--- a/www/assets/base-style.css
+++ b/www/assets/res/css/base.css
@@ -25,6 +25,11 @@ a.mono-link,
font-family: monospace;
}
+div.mono-container {
+ font-family: monospace;
+ margin-block: 1rem;
+}
+
.toast {
font-size: large;
font-family: monospace;
@@ -88,6 +93,24 @@ nav {
vertical-align: middle;
}
+.link-group {
+ margin-block-end: 1em;
+
+ > .link-group-title {
+ font-size: 1.1em;
+ margin-block-end: 5px;
+ }
+
+ > .link-group-list {
+ border-inline-start: solid 1px hsl(0, 0%, 25%);
+ padding-inline-start: 8px;
+
+ > .link-group-item::before {
+ content: "- ";
+ }
+ }
+}
+
html[data-theme="dark"] {
--fg-color: white;
--bg-color: black;
@@ -112,4 +135,13 @@ html[data-theme="dark"] {
color: var(--fg-color);
}
}
+
+ table {
+ border-collapse: collapse;
+
+ &, :is(td,th) {
+ padding: 0.5em;
+ border: 1px solid hsl(0, 0%, 25%);
+ }
+ }
}
diff --git a/www/assets/catppuccin-latte.css b/www/assets/res/css/catppuccin-latte.css
index 00c0669..00c0669 100644
--- a/www/assets/catppuccin-latte.css
+++ b/www/assets/res/css/catppuccin-latte.css
diff --git a/www/assets/catppuccin-mocha.css b/www/assets/res/css/catppuccin-mocha.css
index 4d9a04c..4d9a04c 100644
--- a/www/assets/catppuccin-mocha.css
+++ b/www/assets/res/css/catppuccin-mocha.css
diff --git a/www/assets/home.css b/www/assets/res/css/home.css
index 1db357e..1db357e 100644
--- a/www/assets/home.css
+++ b/www/assets/res/css/home.css
diff --git a/www/assets/single.css b/www/assets/res/css/single.css
index 70325d1..70325d1 100644
--- a/www/assets/single.css
+++ b/www/assets/res/css/single.css
diff --git a/www/assets/res/css/todos.css b/www/assets/res/css/todos.css
new file mode 100644
index 0000000..e9a595d
--- /dev/null
+++ b/www/assets/res/css/todos.css
@@ -0,0 +1,14 @@
+.todo {
+
+ &::before {
+ font-family: monospace;
+ }
+
+ &.working::before {
+ content: "* ";
+ }
+
+ &.done::before {
+ content: "✓ ";
+ }
+} \ No newline at end of file
diff --git a/www/assets/github-mark.png b/www/assets/res/img/gh.png
index 6cb3b70..6cb3b70 100644
--- a/www/assets/github-mark.png
+++ b/www/assets/res/img/gh.png
Binary files differ
diff --git a/www/assets/color-scheme.ts b/www/assets/res/js/color-scheme.ts
index db6a3aa..db6a3aa 100644
--- a/www/assets/color-scheme.ts
+++ b/www/assets/res/js/color-scheme.ts