diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-25 12:29:59 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-25 12:29:59 -0700 |
| commit | dc5fff0c0afdf832b9b000e13ddc633f72749e01 (patch) | |
| tree | 5730bd4ea089dadbc9c7f057a3988104fb662827 /documentation/USAGE.md | |
| parent | a2118aa39a00e02cdf3f6c306e17fd04676ea518 (diff) | |
| download | uchu-dc5fff0c0afdf832b9b000e13ddc633f72749e01.tar.gz uchu-dc5fff0c0afdf832b9b000e13ddc633f72749e01.zip | |
fantastic update
Diffstat (limited to '')
| -rw-r--r-- | documentation/USAGE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/USAGE.md b/documentation/USAGE.md index 380ce4e..c3f97ae 100644 --- a/documentation/USAGE.md +++ b/documentation/USAGE.md @@ -2,8 +2,8 @@ I love Deno. URL imports are cool. Anyhoo, you can do the same with uchū: -- `https://uchu.style/color.css` -- `https://uchu.style/color_expanded.css` +- `https://uchu.style/uchu-reduced.css` +- `https://uchu.style/uchu.css` @@ -17,7 +17,7 @@ If you're coding a website by hand, you probably want to use the reduced palette <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <link href="https://uchu.style/color.css" rel="stylesheet"/> + <link href="https://uchu.style/uchu-reduced.css" rel="stylesheet"/> <style> body { @@ -47,7 +47,7 @@ If you're coding a web app, you probably want to use the expanded palette. Or no </script> <style lang="scss"> - @import url("https://uchu.style/color_expanded.css"); + @import url("https://uchu.style/uchu.css"); section { background-color: var(--uchu-yang); |