Mercurial
view third_party/highlight/styles/stackoverflow-light.css @ 279:b3b547563ec7
Add Google connector service and agent wiki
Implement the C/Seobeo Google Drive and Gmail connector with encrypted OAuth storage, Zenbu authentication, browser testing, AI tool discovery, chunked HTTP decoding, and Bazel coverage. Consolidate repository guidance into progressive wiki documentation and enforce arena-first allocation for new first-party C code.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: 84c338fd-0939-4bb3-b7f3-1062eb213e5d
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 22:22:36 -0700 |
| parents | 2db6253f355d |
| children |
line wrap: on
line source
pre code.hljs { display: block; overflow-x: auto; padding: 1em } code.hljs { padding: 3px 5px } /*! Theme: StackOverflow Light Description: Light theme as used on stackoverflow.com Author: stackoverflow.com Maintainer: @Hirse Website: https://github.com/StackExchange/Stacks License: MIT Updated: 2021-05-15 Updated for @stackoverflow/stacks v0.64.0 Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less */ .hljs { /* var(--highlight-color) */ color: #2f3337; /* var(--highlight-bg) */ background: #f6f6f6 } .hljs-subst { /* var(--highlight-color) */ color: #2f3337 } .hljs-comment { /* var(--highlight-comment) */ color: #656e77 } .hljs-keyword, .hljs-selector-tag, .hljs-meta .hljs-keyword, .hljs-doctag, .hljs-section { /* var(--highlight-keyword) */ color: #015692 } .hljs-attr { /* var(--highlight-attribute); */ color: #015692 } .hljs-attribute { /* var(--highlight-symbol) */ color: #803378 } .hljs-name, .hljs-type, .hljs-number, .hljs-selector-id, .hljs-quote, .hljs-template-tag { /* var(--highlight-namespace) */ color: #b75501 } .hljs-selector-class { /* var(--highlight-keyword) */ color: #015692 } .hljs-string, .hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr { /* var(--highlight-variable) */ color: #54790d } .hljs-meta, .hljs-selector-pseudo { /* var(--highlight-keyword) */ color: #015692 } .hljs-built_in, .hljs-title, .hljs-literal { /* var(--highlight-literal) */ color: #b75501 } .hljs-bullet, .hljs-code { /* var(--highlight-punctuation) */ color: #535a60 } .hljs-meta .hljs-string { /* var(--highlight-variable) */ color: #54790d } .hljs-deletion { /* var(--highlight-deletion) */ color: #c02d2e } .hljs-addition { /* var(--highlight-addition) */ color: #2f6f44 } .hljs-emphasis { font-style: italic } .hljs-strong { font-weight: bold } .hljs-formula, .hljs-operator, .hljs-params, .hljs-property, .hljs-punctuation, .hljs-tag { /* purposely ignored */ }