diff options
| author | Deleplace <deleplace@google.com> | 2024-09-05 14:44:50 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-09-05 16:37:31 +0000 |
| commit | 98bee2058fadf80f56df459876555c0ede066b00 (patch) | |
| tree | 3a3a5b766010af1f58aae6e0d32575f460313c01 /_content/css/styles.css | |
| parent | ee5e1f3cc4a335ae9a0763367131c04034be3065 (diff) | |
| download | go-x-website-98bee2058fadf80f56df459876555c0ede066b00.tar.xz | |
_content/css: color of buttons and links, in auto (dark) theme
Fixes golang/go#69215
Change-Id: I708e7af6790969444afc0527775643d4c42c90c3
Reviewed-on: https://go-review.googlesource.com/c/website/+/611155
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
Diffstat (limited to '_content/css/styles.css')
| -rw-r--r-- | _content/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css index c638e7a4..254337c7 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -138,6 +138,7 @@ --color-text-subtle: var(--gray-7); --color-text-alert: #e67193; --color-code-comment: var(--green-light); + --color-bright-text-link: var(--turq-med); } } |
