diff --git a/Base/res/html/misc/colors.html b/Base/res/html/misc/colors.html index df0d67de1a..f236090873 100644 --- a/Base/res/html/misc/colors.html +++ b/Base/res/html/misc/colors.html @@ -12,6 +12,7 @@ #g { background-color: rgba(0%, 100%, 0%, 1); } #h { background-color: hsl(120, 100%, 50%); } #i { background-color: hsla(120, 100%, 50%, 1); } + #j { color: lime; background-color: currentColor; }
@@ -25,5 +26,6 @@