这个网站是关于Google Chrome的CSS样式表。它提供了一套颜色方案,包括网页背景、错误代码、谷歌蓝色系列等的颜色值。这些颜色值可以用来自定义网页设计,使其更加符合Google Chrome的视觉风格。
- 链接颜色(Link Color):
color:var(--link-color)
- 错误代码颜色(Error Code Color):
--error-code-color:var(--google-gray-700)
- 背景色(Background Color):
--background-color:#fff
- 错误代码颜色(Error Code Color):
--google-blue-100:#d2e3fc;--google-blue-300:#8ab4f8;--google-blue-600:#1a73e8;--google-blue-700:#1967d2;--google-gray-100:#f1f3f4;--google-gray-300:#dadce0;--google-gray-500:#9aa0a6;--google-gray-50:#f8f9fa;--google-gray-600:#80868b;--google-gray-700:#5f6368;--google-gray-800:#3c4043;--google-gray-900:#202124
- H1标题颜色:
--heading-color:var(--google-gray-900)
- 链接颜色(Link Color):
--link-color:#585858
- Popup容器背景颜色:`–popup-container-background-color:var(–popover-background-color)