Skip to content

Commit 4fc30ad

Browse files
committed
Commented out homepage field, minor tweaks to manual
1 parent 6fed18b commit 4fc30ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/manual.pdf

-354 Bytes
Binary file not shown.

docs/manual.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ have different RGB/Hex values, as shown in @comparison-typst-css-colors.
9696

9797
== Purpose of the `niram-css` Package
9898

99-
The `niram-css` package offers a convenient and powerful way to use #link("https://www.w3.org/TR/css-color-3/#svg-color")[CSS/SVG colors] directly within Typst documents. Instead of manually looking up and entering RGB or Hex codes, users can simply refer to colors by their CSS names.
99+
The `niram-css` package provides a convenient solution for using any of the 147 CSS color names directly in Typst documents instead of entering their RGB or Hex values.
100100

101101
The word _niram_ (நிறம்), means "color" in #link("https://en.wikipedia.org/wiki/Tamil_language")[Tamil] and reflects the package's focus on colors.
102102

103103
== Easy Reference
104104

105-
For easy reference the CSS color names, their RGB/Hex codes, color swatches, and color stripes have been tabulated in @available-css-colors.
105+
For easy reference the CSS colors, their RGB/Hex codes, color swatches, and color stripes have been tabulated in @available-css-colors.
106106

107107
You may also view them in a browser by clicking on this #link("https://htmlpreview.github.io/?https://github.com/nandac/css-colors/blob/main/docs/niram-css-table.html")[link].
108108

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ entrypoint = "src/niram-css.typ"
77
authors = ["nandac"]
88
license = "Unlicense"
99
description = "Allows CSS named colors to be used directly in a Typst document"
10-
homepage = "https://github.com/nandac/niram-css"
10+
# homepage = ""
1111
repository = "https://github.com/nandac/niram-css"
1212
keywords = ["CSS colors", "SVG colors", "named colors"]
1313
categories = ["components"]

0 commit comments

Comments
 (0)