diff --git a/box-alignment/flexbox/auto-margins.html b/box-alignment/flexbox/auto-margins.html index 91a94d8b..0f2aca8a 100644 --- a/box-alignment/flexbox/auto-margins.html +++ b/box-alignment/flexbox/auto-margins.html @@ -68,7 +68,7 @@ padding: 20px; border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/alignment/align-content.html b/flexbox/alignment/align-content.html index 6c3038f1..e9ce451c 100644 --- a/flexbox/alignment/align-content.html +++ b/flexbox/alignment/align-content.html @@ -68,7 +68,7 @@ padding: 20px; border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); flex: 1 1 100px; } diff --git a/flexbox/alignment/align-items.html b/flexbox/alignment/align-items.html index 79607379..6a13714f 100644 --- a/flexbox/alignment/align-items.html +++ b/flexbox/alignment/align-items.html @@ -68,7 +68,7 @@ padding: 20px; border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/basics/the-flex-container.html b/flexbox/basics/the-flex-container.html index 4348ceaf..b2b6c122 100644 --- a/flexbox/basics/the-flex-container.html +++ b/flexbox/basics/the-flex-container.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/ratios/flex-basis.html b/flexbox/ratios/flex-basis.html index a569820c..6766b04a 100644 --- a/flexbox/ratios/flex-basis.html +++ b/flexbox/ratios/flex-basis.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-grow-ratios.html b/flexbox/ratios/flex-grow-ratios.html index d7e85941..1392fe59 100644 --- a/flexbox/ratios/flex-grow-ratios.html +++ b/flexbox/ratios/flex-grow-ratios.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-grow.html b/flexbox/ratios/flex-grow.html index c04cadae..60815ad8 100644 --- a/flexbox/ratios/flex-grow.html +++ b/flexbox/ratios/flex-grow.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-shrink-min-content.html b/flexbox/ratios/flex-shrink-min-content.html index b23d7d07..2c7171e8 100644 --- a/flexbox/ratios/flex-shrink-min-content.html +++ b/flexbox/ratios/flex-shrink-min-content.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-shrink-ratios.html b/flexbox/ratios/flex-shrink-ratios.html index 135e219a..f1a9e00e 100644 --- a/flexbox/ratios/flex-shrink-ratios.html +++ b/flexbox/ratios/flex-shrink-ratios.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-shrink.html b/flexbox/ratios/flex-shrink.html index 5b2fa4af..f76189ff 100644 --- a/flexbox/ratios/flex-shrink.html +++ b/flexbox/ratios/flex-shrink.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/relationship/display-contents.html b/flexbox/relationship/display-contents.html index 766e9313..1005d9f5 100644 --- a/flexbox/relationship/display-contents.html +++ b/flexbox/relationship/display-contents.html @@ -66,7 +66,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 20px; } diff --git a/flexbox/relationship/flex-layout.html b/flexbox/relationship/flex-layout.html index 07d6dfb0..ff04d29f 100644 --- a/flexbox/relationship/flex-layout.html +++ b/flexbox/relationship/flex-layout.html @@ -66,7 +66,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 20px; } diff --git a/flexbox/relationship/floats.html b/flexbox/relationship/floats.html index 51115801..cd0562ff 100644 --- a/flexbox/relationship/floats.html +++ b/flexbox/relationship/floats.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/relationship/grid-layout.html b/flexbox/relationship/grid-layout.html index 0d8cb3e3..2f8e854f 100644 --- a/flexbox/relationship/grid-layout.html +++ b/flexbox/relationship/grid-layout.html @@ -66,7 +66,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 20px; } diff --git a/flexbox/relationship/writing-modes.html b/flexbox/relationship/writing-modes.html index 526a3df8..e77edc17 100644 --- a/flexbox/relationship/writing-modes.html +++ b/flexbox/relationship/writing-modes.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/use-cases/cards.html b/flexbox/use-cases/cards.html index eac628a8..113cc126 100644 --- a/flexbox/use-cases/cards.html +++ b/flexbox/use-cases/cards.html @@ -75,7 +75,7 @@ } .card footer { - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; } diff --git a/flexbox/use-cases/center.html b/flexbox/use-cases/center.html index c1c41a82..1c17abb1 100644 --- a/flexbox/use-cases/center.html +++ b/flexbox/use-cases/center.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/use-cases/label-input-button.html b/flexbox/use-cases/label-input-button.html index 930b61b3..29d6f309 100644 --- a/flexbox/use-cases/label-input-button.html +++ b/flexbox/use-cases/label-input-button.html @@ -80,7 +80,7 @@ border-right: 1px solid rgb(96 139 168); } .wrapper input[type="submit"] { - background-color: rgba(96, 139, 168, 1); + background-color: rgb(96 139 168); color: #fff; } .wrapper label { diff --git a/flexbox/use-cases/navigation-flex.html b/flexbox/use-cases/navigation-flex.html index def2adbf..169a9102 100644 --- a/flexbox/use-cases/navigation-flex.html +++ b/flexbox/use-cases/navigation-flex.html @@ -74,7 +74,7 @@ color: #000; border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; display: block; } diff --git a/flexbox/use-cases/navigation.html b/flexbox/use-cases/navigation.html index bfb7532e..76d7445f 100644 --- a/flexbox/use-cases/navigation.html +++ b/flexbox/use-cases/navigation.html @@ -74,7 +74,7 @@ color: #000; border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; display: block; } diff --git a/flexbox/use-cases/split-navigation.html b/flexbox/use-cases/split-navigation.html index 3c149b10..c61d6c39 100644 --- a/flexbox/use-cases/split-navigation.html +++ b/flexbox/use-cases/split-navigation.html @@ -74,7 +74,7 @@ color: #000; border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; display: block; } diff --git a/flexbox/wrapping/column-wrap.html b/flexbox/wrapping/column-wrap.html index a05f091d..93c4709f 100644 --- a/flexbox/wrapping/column-wrap.html +++ b/flexbox/wrapping/column-wrap.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/flex-grid.html b/flexbox/wrapping/flex-grid.html index 5b6e9210..b25d79c8 100644 --- a/flexbox/wrapping/flex-grid.html +++ b/flexbox/wrapping/flex-grid.html @@ -65,7 +65,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/gaps.html b/flexbox/wrapping/gaps.html index ba000b18..2b646bc8 100644 --- a/flexbox/wrapping/gaps.html +++ b/flexbox/wrapping/gaps.html @@ -65,7 +65,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/grid-example.html b/flexbox/wrapping/grid-example.html index 7e8605a2..6aca7158 100644 --- a/flexbox/wrapping/grid-example.html +++ b/flexbox/wrapping/grid-example.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/row-reverse-wrap.html b/flexbox/wrapping/row-reverse-wrap.html index 5e79e6ae..82877441 100644 --- a/flexbox/wrapping/row-reverse-wrap.html +++ b/flexbox/wrapping/row-reverse-wrap.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/row-wrap.html b/flexbox/wrapping/row-wrap.html index dd70ab29..5c29f085 100644 --- a/flexbox/wrapping/row-wrap.html +++ b/flexbox/wrapping/row-wrap.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/visibility-collapse.html b/flexbox/wrapping/visibility-collapse.html index dbaa9098..f42a9956 100644 --- a/flexbox/wrapping/visibility-collapse.html +++ b/flexbox/wrapping/visibility-collapse.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; } diff --git a/flexbox/wrapping/wrapped-visibility-collapse.html b/flexbox/wrapping/wrapped-visibility-collapse.html index 5f37a70d..bd048cd6 100644 --- a/flexbox/wrapping/wrapped-visibility-collapse.html +++ b/flexbox/wrapping/wrapped-visibility-collapse.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96 139 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; } diff --git a/grid/subgrid/adding-line-names.html b/grid/subgrid/adding-line-names.html index 9959c038..8de41f74 100644 --- a/grid/subgrid/adding-line-names.html +++ b/grid/subgrid/adding-line-names.html @@ -49,7 +49,7 @@ } .subitem2 { - background-color: rgba(0, 0, 0, 0.5); + background-color: rgb(0 0 0 / 0.5); grid-column: sub-b / sub-d; grid-row: 1; } @@ -88,7 +88,7 @@ } .subitem2 { - background-color: rgba(0,0,0,.5); + background-color: rgb(0 0 0 / .5); grid-column: sub-b / sub-d; grid-row: 1; } li { background-image: paint(boxbg); - --boxColor: hsla(55, 90%, 60%, 1); + --boxColor: hsl(55 90% 60%); } li:nth-of-type(3n) { - --boxColor: hsla(155, 90%, 60%, 1); + --boxColor: hsl(155 90% 60%); --widthSubtractor: 20; } li:nth-of-type(3n + 1) { - --boxColor: hsla(255, 90%, 60%, 1); + --boxColor: hsl(255 90% 60%); --widthSubtractor: 40; } diff --git a/howto/box-shadow-button.html b/howto/box-shadow-button.html index 0633fa96..73465746 100644 --- a/howto/box-shadow-button.html +++ b/howto/box-shadow-button.html @@ -26,7 +26,7 @@ @@ -40,7 +40,7 @@ diff --git a/howto/opacity.html b/howto/opacity.html index 5e30a397..79766576 100644 --- a/howto/opacity.html +++ b/howto/opacity.html @@ -35,7 +35,7 @@ } .box2 { - background-color: rgba(0, 0, 0, 0.5); + background-color: rgb(0 0 0 / 0.5); color: #fff; } @@ -59,7 +59,7 @@ } .box2 { - background-color: rgba(0,0,0,.5); + background-color: rgb(0 0 0 / .5); color: #fff; } diff --git a/howto/text-shadow.html b/howto/text-shadow.html index f41b61a6..8829e784 100644 --- a/howto/text-shadow.html +++ b/howto/text-shadow.html @@ -21,7 +21,7 @@ @@ -36,7 +36,7 @@