diff --git a/Cargo.toml b/Cargo.toml index ae55daf..50ea678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Nilstrieb"] keywords = ["bad", "hack", "cursed"] repository = "https://github.com/Nilstrieb/accursed-unutterable-type-id" license = "MIT" -version = "0.0.1-pre.ohno" +version = "0.0.1-pre.ohyes" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,4 +17,4 @@ edition = "2021" accursed-unutterable-type-id-derive = { path = "./accursed-unutterable-type-id-derive", version = "0.0.0-pre.ohno" } [package.metadata.docs.rs] -rustdoc-args = ["--html-in-header", "something i guess"] +rustdoc-args = ["--html-in-header", "rainbow.html"] diff --git a/rainbow.html b/rainbow.html index c38b0e6..016481d 100644 --- a/rainbow.html +++ b/rainbow.html @@ -2,87 +2,84 @@ .lgbt { background: linear-gradient( 180deg, - #fe0000 16.66%, - #fd8c00 16.66%, + #fe000060 16.66%, + #fd8c0060 16.66%, 33.32%, - #ffe500 33.32%, + #ffe50060 33.32%, 49.98%, - #119f0b 49.98%, + #119f0b60 49.98%, 66.64%, - #0644b3 66.64%, + #0644b360 66.64%, 83.3%, - #c22edc 83.3% + #c22edc60 83.3% ); } .asexual { background: linear-gradient( 180deg, - #181818 25%, - #a3a3a3 25%, + #18181860 25%, + #a3a3a360 25%, 50%, - #ffffff 50%, + #ffffff60 50%, 75%, - #800080 75% + #80008060 75% ); } .bisexual { background: linear-gradient( 180deg, - #d60270 40%, - #9b4f96 40%, + #d6027060 40%, + #9b4f9660 40%, 60%, - #0038a8 60% + #0038a860 60% ); } .aromantic { background: linear-gradient( 180deg, - #39a33e 20%, - #a2cf72 20%, + #39a33e60 20%, + #a2cf7260 20%, 40%, - #ffffff 40%, + #ffffff60 40%, 60%, - #a3a3a3 60%, + #a3a3a360 60%, 80%, - #181818 80% + #18181860 80% ); } .nonbinary { background: linear-gradient( 180deg, - #fff430 25%, - #ffffff 25%, + #fff43060 25%, + #ffffff60 25%, 50%, - #9c59d1 50%, + #9c59d160 50%, 75%, - #181818 75% + #18181860 75% ); } .transgender { background: linear-gradient( 180deg, - #5bcefa 20%, - #f5a9b8 20%, + #5bcefa60 20%, + #f5a9b860 20%, 40%, - #ffffff 40%, + #ffffff60 40%, 60%, - #f5a9b8 60%, + #f5a9b860 60%, 80%, - #5bcefa 80% + #5bcefa60 80% ); } .genderqueer { background: linear-gradient( 180deg, - #b57edc 33.33%, - #ffffff 33.33%, + #b57edc60 33.33%, + #ffffff60 33.33%, 66.66%, - #4a8123 66.66% + #4a812360 66.66% ); } - .flag { - opacity: 0.5; - }