Updated link to CSS color specification

This commit is contained in:
Andrew Murray 2021-11-21 13:37:10 +11:00
parent e1eefe4486
commit f7e5fd37a3

View File

@ -148,7 +148,7 @@ def getcolor(color, mode):
colormap = { colormap = {
# X11 colour table from https://drafts.csswg.org/css-color-4/, with # X11 colour table from https://www.w3.org/TR/css-color-4/, with
# gray/grey spelling issues fixed. This is a superset of HTML 4.0 # gray/grey spelling issues fixed. This is a superset of HTML 4.0
# colour names used in CSS 1. # colour names used in CSS 1.
"aliceblue": "#f0f8ff", "aliceblue": "#f0f8ff",