mirror of
https://github.com/krios2146/obsidian-theme-github.git
synced 2026-07-22 03:20:23 +00:00
Two Style Settings class-toggles that spot-highlight notes by topic, following GitHub brand guidance to use vibrant colors sparingly. - copilot-accent: callouts [!ai|copilot|gpt|llm|prompt] and matching tags get Copilot Purple (#8534F3) - security-accent: callouts [!security|secret|encrypted|private|vault] and matching tags get Security Blue (#3094FF) Tag highlighting works in Reading view; Live Preview doesn't expose tag names via CSS selectors so it falls back to default styling there. Bump to 1.3.0. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1776 lines
69 KiB
CSS
1776 lines
69 KiB
CSS
/* @settings
|
|
|
|
name: GitHub theme settings
|
|
id: id
|
|
settings:
|
|
-
|
|
# Dark variants
|
|
|
|
id: dark-variants
|
|
title: Dark variants
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
id: dark-dimmed
|
|
title: GitHub Dark Dimmed
|
|
description: Softer dark palette based on GitHub Dark Dimmed (applies only when theme is set to Dark)
|
|
type: class-toggle
|
|
|
|
-
|
|
# Accent themes
|
|
|
|
id: accent-themes
|
|
title: Accent themes
|
|
description: Spot-highlight notes by topic. Vibrant colors used sparingly, per GitHub brand guidance.
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
id: copilot-accent
|
|
title: Copilot accent
|
|
description: 'Highlight AI callouts and tags with Copilot Purple. Triggers — callouts: [!ai], [!copilot], [!gpt], [!llm], [!prompt]; tags: #ai, #copilot, #gpt, #llm, #prompt (with nested variants).'
|
|
type: class-toggle
|
|
-
|
|
id: security-accent
|
|
title: Security accent
|
|
description: 'Highlight sensitive callouts and tags with Security Blue. Triggers — callouts: [!security], [!secret], [!encrypted], [!private], [!vault]; tags: #security, #secret, #encrypted, #private, #vault (with nested variants).'
|
|
type: class-toggle
|
|
|
|
-
|
|
# Colorblind
|
|
|
|
id: colorblind
|
|
title: Colorblind variants
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
id: colorblind_protan-deutan
|
|
title: Protanopia & Deuteranopia
|
|
type: class-toggle
|
|
-
|
|
id: colorblind_tritan
|
|
title: Tritanopia
|
|
type: class-toggle
|
|
|
|
-
|
|
# Callout Settings
|
|
|
|
id: callout
|
|
title: Callouts
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
id: callout-on
|
|
title: GitHub callout style
|
|
type: class-toggle
|
|
default: true
|
|
|
|
-
|
|
# Headers underline
|
|
|
|
id: headers-underline
|
|
title: Headers underline
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
id: h1-underline
|
|
title: H1 header underline enabled
|
|
type: class-toggle
|
|
-
|
|
id: h2-underline
|
|
title: H2 header underline enabled
|
|
type: class-toggle
|
|
|
|
-
|
|
# Headers Settings
|
|
|
|
id: headers
|
|
title: Headers colors
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
# All Headers
|
|
|
|
id: all-headers
|
|
title: All headers
|
|
type: heading
|
|
level: 3
|
|
collapsed: true
|
|
-
|
|
id: headers-one-color
|
|
title: All headers are the same color
|
|
type: class-toggle
|
|
default: true
|
|
-
|
|
id: h-color-theme
|
|
title: Header color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
|
|
-
|
|
# Particular Headers
|
|
|
|
id: particular headers
|
|
title: Particular headers
|
|
description: This settings won't work if `All headers are the same color` is ON
|
|
type: heading
|
|
level: 3
|
|
collapsed: true
|
|
-
|
|
id: h1-color-theme
|
|
title: h1 color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
-
|
|
id: h2-color-theme
|
|
title: h2 color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
-
|
|
id: h3-color-theme
|
|
title: h3 color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
-
|
|
id: h4-color-theme
|
|
title: h4 color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
-
|
|
id: h5-color-theme
|
|
title: h5 color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
-
|
|
id: h6-color-theme
|
|
title: h6 color
|
|
type: variable-themed-color
|
|
opacity: false
|
|
format: hex
|
|
default-light: '#24292f'
|
|
default-dark: '#7ee787'
|
|
|
|
-
|
|
# Kanban Settings
|
|
|
|
id: kanban
|
|
title: Kanban
|
|
type: heading
|
|
level: 1
|
|
collapsed: true
|
|
-
|
|
id: kanban-variant
|
|
title: Kanban variant
|
|
description: Variations of Kanban styles
|
|
type: class-select
|
|
allowEmpty: false
|
|
default: kanban-full
|
|
options:
|
|
-
|
|
label: GitHub projects style
|
|
value: kanban-full
|
|
-
|
|
label: Minimal style
|
|
value: kanban-on
|
|
-
|
|
label: Disable styles
|
|
value: kanban-off
|
|
-
|
|
id: kanban-same-height-cards
|
|
title: Minimal height for cards
|
|
description: All cards will have the same initial height
|
|
type: class-toggle
|
|
default: true
|
|
-
|
|
id: kanban-full-height-column
|
|
title: Full height lists
|
|
description:
|
|
type: class-toggle
|
|
default: true
|
|
*/
|
|
body {
|
|
/* Animations */
|
|
--anim-duration-none: 0;
|
|
--anim-duration-superfast: 70ms;
|
|
--anim-duration-fast: 140ms;
|
|
--anim-duration-moderate: 300ms;
|
|
--anim-duration-slow: 560ms;
|
|
--anim-motion-smooth: cubic-bezier(0.45, 0.05, 0.55, 0.95);
|
|
--anim-motion-delay: cubic-bezier(0.65, 0.05, 0.36, 1);
|
|
--anim-motion-jumpy: cubic-bezier(0.68, -0.55, 0.27, 1.55);
|
|
--anim-motion-swing: cubic-bezier(0, 0.55, 0.45, 1);
|
|
/* Blockquotes */
|
|
--blockquote-border-thickness: 2px;
|
|
--blockquote-border-color: var(--interactive-accent);
|
|
--blockquote-font-style: normal;
|
|
--blockquote-color: inherit;
|
|
--blockquote-background-color: transparent;
|
|
/* Bold */
|
|
--bold-weight: 800;
|
|
--bold-color: inherit;
|
|
/* Borders */
|
|
--border-width: 1px;
|
|
/* Buttons */
|
|
--button-radius: var(--input-radius);
|
|
/* Callouts */
|
|
--callout-border-width: 0px;
|
|
--callout-border-opacity: 0.25;
|
|
--callout-padding: var(--size-4-3) var(--size-4-3) var(--size-4-3)
|
|
var(--size-4-6);
|
|
--callout-radius: var(--radius-s);
|
|
--callout-blend-mode: var(--highlight-mix-blend-mode);
|
|
--callout-title-color: inherit;
|
|
--callout-title-padding: 0;
|
|
--callout-title-size: inherit;
|
|
--callout-content-padding: 0;
|
|
--callout-content-background: transparent;
|
|
--callout-bug: var(--color-red-rgb);
|
|
--callout-default: var(--color-blue-rgb);
|
|
--callout-error: var(--color-red-rgb);
|
|
--callout-example: var(--color-purple-rgb);
|
|
--callout-fail: var(--color-red-rgb);
|
|
--callout-important: var(--color-cyan-rgb);
|
|
--callout-info: var(--color-blue-rgb);
|
|
--callout-question: var(--color-yellow-rgb);
|
|
--callout-success: var(--color-green-rgb);
|
|
--callout-summary: var(--color-cyan-rgb);
|
|
--callout-tip: var(--color-cyan-rgb);
|
|
--callout-todo: var(--color-blue-rgb);
|
|
--callout-warning: var(--color-orange-rgb);
|
|
--callout-quote: var(--color-cyan-rgb);
|
|
/* Canvas */
|
|
--canvas-background: var(--background-primary);
|
|
--canvas-card-label-color: var(--text-faint);
|
|
--canvas-color-1: var(--color-red-rgb);
|
|
--canvas-color-2: var(--color-orange-rgb);
|
|
--canvas-color-3: var(--color-yellow-rgb);
|
|
--canvas-color-4: var(--color-green-rgb);
|
|
--canvas-color-5: var(--color-cyan-rgb);
|
|
--canvas-color-6: var(--color-purple-rgb);
|
|
--canvas-dot-pattern: var(--color-base-30);
|
|
/* Checkboxes */
|
|
--checkbox-radius: var(--radius-s);
|
|
--checkbox-size: var(--font-text-size);
|
|
--checkbox-icon: var(--checkbox-size);
|
|
--checkbox-marker-color: var(--background-primary);
|
|
--checkbox-color: var(--interactive-accent);
|
|
--checkbox-color-hover: var(--interactive-accent-hover);
|
|
--checkbox-border-color: var(--text-faint);
|
|
--checkbox-border-color-hover: var(--text-muted);
|
|
--checklist-done-decoration: line-through;
|
|
--checklist-done-color: var(--text-muted);
|
|
/* Code */
|
|
--code-white-space: pre-wrap;
|
|
--code-size: var(--font-smaller);
|
|
--code-background: var(--background-primary-alt);
|
|
--code-normal: var(--text-muted);
|
|
--code-comment: var(--text-faint);
|
|
--code-function: var(--color-orange);
|
|
--code-important: var(--color-orange);
|
|
--code-keyword: var(--color-red);
|
|
--code-property: var(--color-blue);
|
|
--code-punctuation: var(--text-muted);
|
|
--code-string: var(--color-cyan);
|
|
--code-tag: var(--color-red);
|
|
--code-value: var(--color-purple);
|
|
/* Collapse icons */
|
|
--collapse-icon-color: var(--text-faint);
|
|
--collapse-icon-color-collapsed: var(--text-accent);
|
|
/* Cursor */
|
|
--cursor: default;
|
|
--cursor-link: pointer;
|
|
/* Dialogs - e.g. small modals, confirmations */
|
|
--dialog-width: 560px;
|
|
--dialog-max-width: 80vw;
|
|
--dialog-max-height: 85vh;
|
|
/* Dividers — between panes */
|
|
--divider-color: var(--background-modifier-border);
|
|
--divider-color-hover: var(--interactive-accent);
|
|
--divider-width: 1px;
|
|
--divider-width-hover: 3px;
|
|
--divider-vertical-height: calc(100% - var(--header-height));
|
|
/* Dragging */
|
|
--drag-ghost-background: rgba(0, 0, 0, 0.85);
|
|
--drag-ghost-text-color: #fff;
|
|
/* Embeds */
|
|
--embed-max-height: 4000px;
|
|
--embed-canvas-max-height: 400px;
|
|
--embed-background: inherit;
|
|
--embed-border-left: 2px solid var(--interactive-accent);
|
|
--embed-border-right: none;
|
|
--embed-border-top: none;
|
|
--embed-border-bottom: none;
|
|
--embed-padding: 0 0 0 var(--size-4-6);
|
|
--embed-font-style: inherit;
|
|
/* Blocks */
|
|
--embed-block-shadow-hover: 0 0 0 1px var(--background-modifier-border),
|
|
inset 0 0 0 1px var(--background-modifier-border);
|
|
/* File layout */
|
|
--file-line-width: 700px;
|
|
--file-folding-offset: 24px;
|
|
--file-margins: var(--size-4-8);
|
|
--file-header-font-size: var(--font-ui-small);
|
|
--file-header-font-weight: 400;
|
|
--file-header-border: var(--border-width) solid transparent;
|
|
--file-header-justify: center;
|
|
/* Relative font sizes */
|
|
--font-smallest: 0.8em;
|
|
--font-smaller: 0.875em;
|
|
--font-small: 0.933em;
|
|
/* UI font sizes */
|
|
--font-ui-smaller: 12px;
|
|
--font-ui-small: 13px;
|
|
--font-ui-medium: 15px;
|
|
--font-ui-large: 20px;
|
|
/* Font weights */
|
|
--font-thin: 100;
|
|
--font-extralight: 200;
|
|
--font-light: 300;
|
|
--font-normal: 400;
|
|
--font-medium: 500;
|
|
--font-semibold: 600;
|
|
--font-bold: 700;
|
|
--font-extrabold: 800;
|
|
--font-black: 900;
|
|
/* Footnotes */
|
|
--footnote-size: var(--font-smaller);
|
|
/* Graphs */
|
|
--graph-controls-width: 240px;
|
|
--graph-text: var(--text-normal);
|
|
--graph-line: var(--color-base-35, var(--background-modifier-border-focus));
|
|
--graph-node: var(--text-muted);
|
|
--graph-node-unresolved: var(--text-faint);
|
|
--graph-node-focused: var(--text-accent);
|
|
--graph-node-tag: var(--color-green);
|
|
--graph-node-attachment: var(--color-yellow);
|
|
/* Headings */
|
|
--heading-formatting: var(--text-faint);
|
|
--h1-color: var(--h1-color-theme);
|
|
--h2-color: var(--h2-color-theme);
|
|
--h3-color: var(--h3-color-theme);
|
|
--h4-color: var(--h4-color-theme);
|
|
--h5-color: var(--h5-color-theme);
|
|
--h6-color: var(--h6-color-theme);
|
|
--h1-font: inherit;
|
|
--h2-font: inherit;
|
|
--h3-font: inherit;
|
|
--h4-font: inherit;
|
|
--h5-font: inherit;
|
|
--h6-font: inherit;
|
|
--h1-line-height: 1.2;
|
|
--h2-line-height: 1.2;
|
|
--h3-line-height: 1.3;
|
|
--h4-line-height: 1.4;
|
|
--h5-line-height: var(--line-height-normal);
|
|
--h6-line-height: var(--line-height-normal);
|
|
--h1-size: 2em;
|
|
--h2-size: 1.6em;
|
|
--h3-size: 1.37em;
|
|
--h4-size: 1.25em;
|
|
--h5-size: 1.12em;
|
|
--h6-size: 1.12em;
|
|
--h1-style: normal;
|
|
--h2-style: normal;
|
|
--h3-style: normal;
|
|
--h4-style: normal;
|
|
--h5-style: normal;
|
|
--h6-style: normal;
|
|
--h1-variant: normal;
|
|
--h2-variant: normal;
|
|
--h3-variant: normal;
|
|
--h4-variant: normal;
|
|
--h5-variant: normal;
|
|
--h6-variant: normal;
|
|
--h1-weight: 700;
|
|
--h2-weight: 600;
|
|
--h3-weight: 600;
|
|
--h4-weight: 600;
|
|
--h5-weight: 600;
|
|
--h6-weight: 600;
|
|
/* View header */
|
|
--header-height: 40px;
|
|
/* Horizontal rules */
|
|
--hr-color: var(--background-modifier-border);
|
|
--hr-thickness: 2px;
|
|
/* Icons */
|
|
--icon-size: var(--icon-m);
|
|
--icon-stroke: var(--icon-m-stroke-width);
|
|
--icon-xs: 14px;
|
|
--icon-s: 16px;
|
|
--icon-m: 18px;
|
|
--icon-l: 18px;
|
|
--icon-xl: 32px;
|
|
--icon-xs-stroke-width: 2px;
|
|
--icon-s-stroke-width: 2px;
|
|
--icon-m-stroke-width: 1.75px;
|
|
--icon-l-stroke-width: 1.75px;
|
|
--icon-xl-stroke-width: 1.25px;
|
|
--icon-color: var(--text-muted);
|
|
--icon-color-hover: var(--text-muted);
|
|
--icon-color-active: var(--text-accent);
|
|
--icon-color-focused: var(--text-normal);
|
|
--icon-opacity: 0.85;
|
|
--icon-opacity-hover: 1;
|
|
--icon-opacity-active: 1;
|
|
--clickable-icon-radius: var(--radius-s);
|
|
/* Indentation guide */
|
|
--indentation-guide-width: 1px;
|
|
--indentation-guide-color: rgba(var(--mono-rgb-100), 0.12);
|
|
--indentation-guide-color-active: rgba(var(--mono-rgb-100), 0.3);
|
|
/* Inline title */
|
|
--inline-title-color: var(--h1-color);
|
|
--inline-title-font: var(--h1-font);
|
|
--inline-title-line-height: var(--h1-line-height);
|
|
--inline-title-size: var(--h1-size);
|
|
--inline-title-style: var(--h1-style);
|
|
--inline-title-variant: var(--h1-variant);
|
|
--inline-title-weight: var(--h1-weight);
|
|
--inline-title-margin-bottom: 0.5em;
|
|
/* Inputs */
|
|
--input-height: 30px;
|
|
--input-radius: 5px;
|
|
--input-font-weight: var(--font-normal);
|
|
--input-border-width: 1px;
|
|
/* Italic */
|
|
--italic-color: inherit;
|
|
--italic-weight: inherit;
|
|
/* Z-index */
|
|
--layer-cover: 5;
|
|
--layer-sidedock: 10;
|
|
--layer-status-bar: 15;
|
|
--layer-popover: 30;
|
|
--layer-slides: 45;
|
|
--layer-modal: 50;
|
|
--layer-notice: 60;
|
|
--layer-menu: 65;
|
|
--layer-tooltip: 70;
|
|
--layer-dragged-item: 80;
|
|
/* Line heights */
|
|
--line-height-normal: 1.5;
|
|
--line-height-tight: 1.3;
|
|
/* Links */
|
|
--link-color: var(--text-accent);
|
|
--link-color-hover: var(--text-accent-hover);
|
|
--link-decoration: none;
|
|
--link-decoration-hover: underline;
|
|
--link-decoration-thickness: auto;
|
|
--link-external-color: var(--text-accent);
|
|
--link-external-color-hover: var(--text-accent-hover);
|
|
--link-external-decoration: none;
|
|
--link-external-decoration-hover: underline;
|
|
--link-external-filter: none;
|
|
--link-unresolved-color: var(--color-red);
|
|
--link-unresolved-opacity: 1;
|
|
--link-unresolved-filter: none;
|
|
--link-unresolved-decoration-style: solid;
|
|
--link-unresolved-decoration-color: var(--color-red);
|
|
/* Lists */
|
|
--list-indent: 2em;
|
|
--list-spacing: 0.075em;
|
|
--list-marker-color: var(--text-normal);
|
|
--list-marker-color-hover: var(--text-muted);
|
|
--list-marker-color-collapsed: var(--text-accent);
|
|
--list-bullet-border: none;
|
|
--list-bullet-radius: 50%;
|
|
--list-bullet-size: 5px;
|
|
--list-bullet-transform: none;
|
|
--list-numbered-style: decimal;
|
|
/* File navigator */
|
|
--nav-item-size: var(--font-ui-small);
|
|
--nav-item-color: var(--text-muted);
|
|
--nav-item-color-hover: var(--text-normal);
|
|
--nav-item-color-active: var(--text-normal);
|
|
--nav-item-color-selected: var(--text-normal);
|
|
--nav-item-color-highlighted: var(--text-accent-hover);
|
|
--nav-item-background-hover: var(--background-modifier-hover);
|
|
--nav-item-background-active: var(--background-modifier-hover);
|
|
--nav-item-background-selected: hsla(var(--color-accent-hsl), 0.2);
|
|
--nav-item-padding: var(--size-4-1) var(--size-4-2) var(--size-4-1)
|
|
var(--size-4-6);
|
|
--nav-item-parent-padding: var(--nav-item-padding);
|
|
--nav-item-children-padding-left: var(--size-2-2);
|
|
--nav-item-children-margin-left: var(--size-4-3);
|
|
--nav-item-weight: inherit;
|
|
--nav-item-weight-hover: inherit;
|
|
--nav-item-weight-active: inherit;
|
|
--nav-item-white-space: nowrap;
|
|
--nav-indentation-guide-width: var(--indentation-guide-width);
|
|
--nav-indentation-guide-color: var(--indentation-guide-color);
|
|
--nav-collapse-icon-color: var(--collapse-icon-color);
|
|
--nav-collapse-icon-color-collapsed: var(--text-faint);
|
|
/* Modals - e.g. settings, community themes, community plugins */
|
|
--modal-background: var(--background-primary);
|
|
--modal-width: 90vw;
|
|
--modal-height: 85vh;
|
|
--modal-max-width: 1100px;
|
|
--modal-max-height: 1000px;
|
|
--modal-max-width-narrow: 800px;
|
|
--modal-border-width: var(--border-width);
|
|
--modal-border-color: var(
|
|
--color-base-30,
|
|
var(--background-modifier-border-focus)
|
|
);
|
|
--modal-radius: var(--radius-l);
|
|
--modal-community-sidebar-width: 280px;
|
|
/* PDF view */
|
|
--pdf-background: var(--background-primary);
|
|
--pdf-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
--pdf-spread-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
|
|
--pdf-sidebar-background: var(--background-primary);
|
|
--pdf-thumbnail-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15),
|
|
0 2px 8px rgba(0, 0, 0, 0.2);
|
|
/* Popovers - file previews */
|
|
--popover-width: 450px;
|
|
--popover-height: 400px;
|
|
--popover-max-height: 70vh;
|
|
--popover-pdf-width: 600px;
|
|
--popover-pdf-height: 800px;
|
|
--popover-font-size: var(--font-text-size);
|
|
/* Prompts - e.g. quick switcher, command palette */
|
|
--prompt-width: 700px;
|
|
--prompt-max-width: 80vw;
|
|
--prompt-max-height: 70vh;
|
|
--prompt-border-width: var(--border-width);
|
|
--prompt-border-color: var(
|
|
--color-base-40,
|
|
var(--background-modifier-border-focus)
|
|
);
|
|
/* Radiuses */
|
|
--radius-s: 4px;
|
|
--radius-m: 8px;
|
|
--radius-l: 12px;
|
|
--radius-xl: 16px;
|
|
/* Ribbon */
|
|
--ribbon-background: var(--background-secondary);
|
|
--ribbon-background-collapsed: var(--background-primary);
|
|
--ribbon-width: 44px;
|
|
--ribbon-padding: var(--size-4-2) var(--size-4-1) var(--size-4-3);
|
|
/* Scrollbars */
|
|
--scrollbar-active-thumb-bg: rgba(var(--mono-rgb-100), 0.2);
|
|
--scrollbar-bg: rgba(var(--mono-rgb-100), 0.05);
|
|
--scrollbar-thumb-bg: rgba(var(--mono-rgb-100), 0.1);
|
|
/* Search */
|
|
--search-clear-button-color: var(--text-muted);
|
|
--search-clear-button-size: 13px;
|
|
--search-icon-color: var(--text-muted);
|
|
--search-icon-size: 18px;
|
|
--search-result-background: var(--background-primary);
|
|
/* Layout sizing - for padding and margins */
|
|
--size-2-1: 2px;
|
|
--size-2-2: 4px;
|
|
--size-2-3: 6px;
|
|
--size-4-1: 4px;
|
|
--size-4-2: 8px;
|
|
--size-4-3: 12px;
|
|
--size-4-4: 16px;
|
|
--size-4-5: 20px;
|
|
--size-4-6: 24px;
|
|
--size-4-8: 32px;
|
|
--size-4-9: 36px;
|
|
--size-4-12: 48px;
|
|
--size-4-16: 64px;
|
|
--size-4-18: 72px;
|
|
/* Sidebar */
|
|
--sidebar-markdown-font-size: calc(var(--font-text-size) * 0.9);
|
|
--sidebar-tab-text-display: none;
|
|
/* Sliders */
|
|
--slider-thumb-border-width: 1px;
|
|
--slider-thumb-border-color: var(--background-modifier-border-hover);
|
|
--slider-thumb-height: 18px;
|
|
--slider-thumb-width: 18px;
|
|
--slider-thumb-y: -6px;
|
|
--slider-thumb-radius: 50%;
|
|
--slider-s-thumb-size: 15px;
|
|
--slider-s-thumb-position: -5px;
|
|
--slider-track-background: var(--background-modifier-border);
|
|
--slider-track-height: 3px;
|
|
/* Status bar */
|
|
--status-bar-background: var(--background-secondary);
|
|
--status-bar-border-color: var(--divider-color);
|
|
--status-bar-border-width: 1px 0 0 1px;
|
|
--status-bar-font-size: var(--font-ui-smaller);
|
|
--status-bar-text-color: var(--text-muted);
|
|
--status-bar-position: fixed;
|
|
--status-bar-radius: var(--radius-m) 0 0 0;
|
|
--status-bar-scroll-padding: calc(var(--status-bar-font-size) + 18px);
|
|
/* Swatch for color inputs */
|
|
--swatch-radius: 14px;
|
|
--swatch-height: 24px;
|
|
--swatch-width: 24px;
|
|
--swatch-shadow: inset 0 0 0 1px rgba(var(--mono-rgb-100), 0.15);
|
|
/* Tabs */
|
|
--tab-background-active: var(--background-primary);
|
|
--tab-text-color: var(--text-faint);
|
|
--tab-text-color-active: var(--text-muted);
|
|
--tab-text-color-focused: var(--text-muted);
|
|
--tab-text-color-focused-active: var(--text-muted);
|
|
--tab-text-color-focused-highlighted: var(--text-accent);
|
|
--tab-text-color-focused-active-current: var(--text-normal);
|
|
--tab-font-size: var(--font-ui-small);
|
|
--tab-font-weight: inherit;
|
|
--tab-container-background: var(--background-secondary);
|
|
--tab-divider-color: var(--background-modifier-border-hover);
|
|
--tab-outline-color: var(--divider-color);
|
|
--tab-outline-width: 1px;
|
|
--tab-curve: 6px;
|
|
--tab-radius: var(--radius-s);
|
|
--tab-radius-active: 6px 6px 0 0;
|
|
--tab-width: 200px;
|
|
--tab-max-width: 320px;
|
|
/* Stacked tabs */
|
|
--tab-stacked-pane-width: 700px;
|
|
--tab-stacked-header-width: var(--header-height);
|
|
--tab-stacked-font-size: var(--font-ui-small);
|
|
--tab-stacked-font-weight: 400;
|
|
--tab-stacked-text-align: left;
|
|
--tab-stacked-text-transform: rotate(0deg);
|
|
--tab-stacked-text-writing-mode: vertical-lr;
|
|
--tab-stacked-shadow: -8px 0 8px 0 rgba(0, 0, 0, 0.05);
|
|
/* Tables */
|
|
--table-background: transparent;
|
|
--table-border-width: 1px;
|
|
--table-border-color: var(--background-modifier-border);
|
|
--table-white-space: normal;
|
|
--table-header-background: var(--table-background);
|
|
--table-header-background-hover: inherit;
|
|
--table-header-border-width: var(--table-border-width);
|
|
--table-header-border-color: var(--table-border-color);
|
|
--table-header-font: inherit;
|
|
--table-header-size: var(--font-text-size);
|
|
--table-header-weight: var(--bold-weight);
|
|
--table-header-color: var(--text-normal);
|
|
--table-text-size: inherit;
|
|
--table-text-color: inherit;
|
|
--table-column-max-width: none;
|
|
--table-column-alt-background: var(--table-background);
|
|
--table-column-first-border-width: var(--table-border-width);
|
|
--table-column-last-border-width: var(--table-border-width);
|
|
--table-row-background-hover: var(--table-background);
|
|
--table-row-alt-background: var(--table-background);
|
|
--table-row-last-border-width: var(--table-border-width);
|
|
/* Tags */
|
|
--tag-size: var(--font-smaller);
|
|
--tag-color: var(--text-accent);
|
|
--tag-color-hover: var(--text-accent);
|
|
--tag-decoration: none;
|
|
--tag-decoration-hover: none;
|
|
--tag-background: hsla(var(--interactive-accent-hsl), 0.1);
|
|
--tag-background-hover: hsla(var(--interactive-accent-hsl), 0.2);
|
|
--tag-border-color: hsla(var(--interactive-accent-hsl), 0.15);
|
|
--tag-border-color-hover: hsla(var(--interactive-accent-hsl), 0.15);
|
|
--tag-border-width: 0px;
|
|
--tag-padding-x: 0.65em;
|
|
--tag-padding-y: 0.25em;
|
|
--tag-radius: 2em;
|
|
/* Window frame */
|
|
--titlebar-background: var(--background-secondary);
|
|
--titlebar-background-focused: var(--background-secondary-alt);
|
|
--titlebar-border-width: 0px;
|
|
--titlebar-border-color: var(--background-modifier-border);
|
|
--titlebar-text-color: var(--text-muted);
|
|
--titlebar-text-color-focused: var(--text-normal);
|
|
--titlebar-text-weight: var(--font-bold);
|
|
/* Toggles */
|
|
--toggle-border-width: 2px;
|
|
--toggle-width: 40px;
|
|
--toggle-radius: 18px;
|
|
--toggle-thumb-color: white;
|
|
--toggle-thumb-radius: 18px;
|
|
--toggle-thumb-height: 18px;
|
|
--toggle-thumb-width: 18px;
|
|
--toggle-s-border-width: 2px;
|
|
--toggle-s-width: 34px;
|
|
--toggle-s-thumb-height: 15px;
|
|
--toggle-s-thumb-width: 15px;
|
|
/* Vault name */
|
|
--vault-name-font-size: var(--font-ui-small);
|
|
--vault-name-font-weight: var(--font-medium);
|
|
--vault-name-color: var(--text-normal);
|
|
/* Workspace */
|
|
--workspace-background-translucent: rgba(var(--mono-rgb-0), 0.6);
|
|
/* Color mappings ------------------------ */
|
|
/* Accent HSL values */
|
|
--accent-h: var(--accent-h-theme);
|
|
--accent-s: var(--accent-s-theme);
|
|
--accent-l: var(--accent-l-theme);
|
|
/* Backgrounds */ /*var(--color-base-00)*/ /*hsl(219, 22%, 13%)*/
|
|
--background-primary: var(--color-base-00);
|
|
--background-primary-alt: var(--color-base-10);
|
|
--background-secondary: var(--color-base-20);
|
|
--background-modifier-hover: rgba(
|
|
var(--rgb-hover),
|
|
var(--background-modifier-hover-alpha)
|
|
);
|
|
--background-modifier-active-hover: hsla(
|
|
var(--interactive-accent-hsl),
|
|
0.15
|
|
);
|
|
--background-modifier-border: var(--color-base-30);
|
|
--background-modifier-border-hover: var(--color-base-30);
|
|
--background-modifier-border-focus: var(--color-accent);
|
|
--background-modifier-error-rgb: var(--color-red-rgb);
|
|
--background-modifier-error: var(--color-red);
|
|
--background-modifier-error-hover: var(--color-red);
|
|
--background-modifier-success-rgb: var(--color-green-rgb);
|
|
--background-modifier-success: var(--color-green);
|
|
--background-modifier-message: rgba(0, 0, 0, 0.9);
|
|
/* Inputs */
|
|
--background-modifier-form-field: var(--color-base-25);
|
|
/* Text */
|
|
--text-normal: var(--color-base-100);
|
|
--text-muted: var(--color-base-70);
|
|
--text-faint: var(--color-base-50);
|
|
--text-on-accent: white;
|
|
--text-on-accent-inverted: black;
|
|
--text-error: var(--color-red);
|
|
--text-success: var(--color-green);
|
|
--text-selection: hsla(var(--color-accent-hsl), 0.2);
|
|
--text-highlight-bg: rgba(216, 189, 14, 0.4);
|
|
--text-accent: var(--color-accent);
|
|
--text-accent-hover: var(--color-accent-2);
|
|
--interactive-normal: var(--color-base-00);
|
|
--interactive-hover: var(--color-base-10);
|
|
--interactive-accent-hsl: var(--color-accent-hsl);
|
|
--interactive-accent: var(--color-accent-1);
|
|
--interactive-accent-hover: var(--color-accent-2);
|
|
}
|
|
|
|
.theme-dark {
|
|
color-scheme: dark;
|
|
--highlight-mix-blend-mode: lighten;
|
|
--mono-rgb-0: 0, 0, 0;
|
|
--mono-rgb-100: 255, 255, 255;
|
|
--rgb-hover: 177, 186, 196;
|
|
--color-red-rgb: 248, 81, 73;
|
|
--color-red: #f47067;
|
|
/*--color-green-rgb: 126, 231, 135;*/
|
|
/*--color-green: #7ee787;*/
|
|
--color-green-rgb: 15, 191, 62;
|
|
--color-green: #0FBF3E;
|
|
--color-orange: #F08A3A;
|
|
--color-yellow: #d29922;
|
|
--color-cyan: #a5d6ff;
|
|
--color-blue: #3094FF;
|
|
--color-purple: #B870FF;
|
|
--color-pink: #f778ba;
|
|
|
|
--color-base-00: #0d1117;
|
|
--color-base-10: #161b22;
|
|
--color-base-20: #161b22;
|
|
--color-base-25: #010409;
|
|
--color-base-30: #30363d;
|
|
--color-base-35: #21262d;
|
|
--color-base-40: #30363d;
|
|
--color-base-50: #6e7681;
|
|
--color-base-60: #999; /* Unused */
|
|
--color-base-70: #8b949e;
|
|
--color-base-100: #c9d1d9;
|
|
|
|
--accent-h-theme: 212;
|
|
--accent-s-theme: 100%;
|
|
--accent-l-theme: 70%;
|
|
--color-accent-hsl: var(--accent-h), var(--accent-s), var(--accent-l);
|
|
--color-accent: hsl(var(--accent-h), var(--accent-s), var(--accent-l));
|
|
--color-accent-1: hsl(
|
|
var(--accent-h),
|
|
var(--accent-s),
|
|
calc(var(--accent-l) - 3.8%)
|
|
);
|
|
--color-accent-2: hsl(
|
|
var(--accent-h),
|
|
var(--accent-s),
|
|
calc(var(--accent-l) + 3.8%)
|
|
);
|
|
|
|
--background-secondary-alt: var(--color-base-25);
|
|
--background-modifier-box-shadow: rgba(0, 0, 0, 0.3);
|
|
--background-modifier-cover: rgba(10, 10, 10, 0.4);
|
|
--text-highlight-bg: rgba(216, 189, 14, 0.4);
|
|
--text-highlight-bg-active: rgba(255, 128, 0, 0.4);
|
|
--text-selection: hsla(var(--interactive-accent-hsl), 0.4);
|
|
--input-shadow: inset 0 0 0 1px #f0f6fc1a;
|
|
--input-shadow-hover: inset 0 0 0 1px var(--color-base-70);
|
|
--shadow-s: none;
|
|
--shadow-l: none;
|
|
|
|
--inline-code-background: #6e768166;
|
|
--bold-color: var(--color-green);
|
|
--h-color-theme: var(--color-green);
|
|
--h1-color-theme: var(--color-green);
|
|
--h2-color-theme: var(--color-green);
|
|
--h3-color-theme: var(--color-green);
|
|
--h4-color-theme: var(--color-green);
|
|
--h5-color-theme: var(--color-green);
|
|
--h6-color-theme: var(--color-green);
|
|
--background-modifier-hover-alpha: 0.12;
|
|
--color-btn-primary-bg: #08872B;
|
|
--color-btn-primary-hover-bg: #0FBF3E;
|
|
|
|
/* Kanban colors */
|
|
--kanban-background: var(--background-primary);
|
|
--kanban-lane-background: var(--background-secondary-alt);
|
|
--kanban-item-background: var(--background-primary-alt);
|
|
--kanban-lane-border: var(--color-base-35);
|
|
--kanban-lane-count: var(--color-base-35);
|
|
--kanban-options-btn: var(--color-base-30);
|
|
}
|
|
.is-mobile.theme-dark {
|
|
--color-base-00: #0d1117;
|
|
--color-base-10: #161b22;
|
|
--color-base-20: #161b22;
|
|
--tag-background: hsla(var(--interactive-accent-hsl), 0.2);
|
|
--modal-background: var(--background-secondary);
|
|
--search-result-background: var(--background-secondary);
|
|
--background-modifier-form-field: var(--background-modifier-border);
|
|
--background-modifier-cover: rgba(0, 0, 0, 0.5);
|
|
--background-modifier-hover: rgba(var(--mono-rgb-100), 0.15);
|
|
--settings-home-background: var(--background-primary);
|
|
}
|
|
|
|
.theme-light {
|
|
color-scheme: light;
|
|
--highlight-mix-blend-mode: darken;
|
|
--mono-rgb-0: 255, 255, 255;
|
|
--mono-rgb-100: 0, 0, 0;
|
|
--rgb-hover: 208, 215, 222;
|
|
--color-red-rgb: 228, 55, 75;
|
|
--color-red: #cf222e;
|
|
--color-green-rgb: 15, 191, 62;
|
|
--color-green: #0FBF3E;
|
|
--color-orange: #C53211;
|
|
--color-yellow: #bd8e37;
|
|
--color-cyan: #2db7b5;
|
|
--color-blue: #3094FF;
|
|
--color-purple: #8534F3;
|
|
--color-pink: #c32b74;
|
|
|
|
--color-base-00: #ffffff;
|
|
--color-base-05: #fcfcfc;
|
|
--color-base-10: #f6f8fa;
|
|
--color-base-20: #f6f8fa;
|
|
--color-base-25: #f6f8fa;
|
|
--color-base-30: #d0d7de;
|
|
--color-base-35: #d4d4d4;
|
|
--color-base-40: #bdbdbd;
|
|
--color-base-50: #6e7781;
|
|
--color-base-60: #707070; /* Unused */
|
|
--color-base-70: #57606a;
|
|
--color-base-100: #24292f;
|
|
|
|
--accent-h-theme: 212;
|
|
--accent-s-theme: 92%;
|
|
--accent-l-theme: 45%;
|
|
--color-accent-hsl: var(--accent-h), var(--accent-s), var(--accent-l);
|
|
--color-accent: hsl(var(--accent-h), var(--accent-s), var(--accent-l));
|
|
--color-accent-1: hsl(
|
|
var(--accent-h),
|
|
var(--accent-s),
|
|
calc(var(--accent-l) + 2.5%)
|
|
);
|
|
--color-accent-2: hsl(
|
|
var(--accent-h),
|
|
var(--accent-s),
|
|
calc(var(--accent-l) + 5%)
|
|
);
|
|
|
|
--background-secondary-alt: var(--color-base-05);
|
|
--background-modifier-box-shadow: rgba(0, 0, 0, 0.1);
|
|
--background-modifier-cover: rgba(220, 220, 220, 0.4);
|
|
--text-highlight-bg: rgba(216, 189, 14, 0.4);
|
|
--text-highlight-bg-active: rgba(255, 128, 0, 0.4);
|
|
--input-shadow: inset 0 0 0 1px #1b1f2426;
|
|
--input-shadow-hover: inset 0 0 0 1px #1b1f2426;
|
|
--shadow-s: none;
|
|
--shadow-l: none;
|
|
|
|
--inline-code-background: #aeb8c133;
|
|
--h-color-theme: var(--text-normal);
|
|
--h1-color-theme: var(--text-normal);
|
|
--h2-color-theme: var(--text-normal);
|
|
--h3-color-theme: var(--text-normal);
|
|
--h4-color-theme: var(--text-normal);
|
|
--h5-color-theme: var(--text-normal);
|
|
--h6-color-theme: var(--text-normal);
|
|
--background-modifier-hover-alpha: 0.32;
|
|
--color-btn-primary-bg: #2da44f;
|
|
--color-btn-primary-hover-bg: #2c964a;
|
|
|
|
/* Kanban colors */
|
|
--kanban-background: var(--background-primary);
|
|
--kanban-lane-background: var(--background-primary-alt);
|
|
--kanban-item-background: var(--background-primary);
|
|
--kanban-lane-border: #d8dee4;
|
|
--kanban-lane-count: #aeb8c133;
|
|
--kanban-options-btn: var(--background-primary-alt);
|
|
}
|
|
|
|
body.colorblind_protan-deutan.theme-dark {
|
|
--color-red-rgb: 253, 172, 84;
|
|
--color-red: #fdac54;
|
|
--color-green-rgb: 165, 214, 255;
|
|
--color-green: #a3d6ff;
|
|
--color-orange: #fdac54;
|
|
|
|
--color-btn-primary-bg: #1f6feb;
|
|
--color-btn-primary-hover-bg: #388bfd;
|
|
}
|
|
body.colorblind_protan-deutan.theme-light {
|
|
--color-red-rgb: 179, 89, 0;
|
|
--color-red: #b35900;
|
|
--color-green-rgb: 33, 139, 255;
|
|
--color-green: #218bff;
|
|
--color-orange: #dd7815;
|
|
|
|
--color-btn-primary-bg: #218bff;
|
|
--color-btn-primary-hover-bg: #0969da;
|
|
}
|
|
|
|
body.colorblind_tritan.theme-dark {
|
|
--color-green-rgb: 165, 214, 255;
|
|
--color-green: #a5d6ff;
|
|
--color-orange: #ffa198;
|
|
|
|
--text-highlight-bg: rgba(255, 0, 0, 0.4);
|
|
--text-highlight-bg-active: rgba(255, 50, 0, 0.4);
|
|
|
|
--color-btn-primary-bg: #1f6feb;
|
|
--color-btn-primary-hover-bg: #388bfd;
|
|
}
|
|
body.colorblind_tritan.theme-light {
|
|
--color-green-rgb: 12, 181, 79;
|
|
--color-green: #218bff;
|
|
--color-orange: #fa4549;
|
|
|
|
--text-highlight-bg: rgba(255, 0, 0, 0.4);
|
|
--text-highlight-bg-active: rgba(255, 50, 0, 0.4);
|
|
|
|
--color-btn-primary-bg: #218bff;
|
|
--color-btn-primary-hover-bg: #0969da;
|
|
}
|
|
|
|
/* Dark Dimmed — softer variant of GitHub Dark */
|
|
body.dark-dimmed.theme-dark {
|
|
--color-red-rgb: 229, 83, 75;
|
|
--color-red: #e5534b;
|
|
--color-green-rgb: 87, 171, 90;
|
|
--color-green: #57ab5a;
|
|
--color-orange: #cc6b2c;
|
|
--color-yellow: #c69026;
|
|
--color-cyan: #56d4dd;
|
|
--color-blue: #539bf5;
|
|
--color-purple: #986ee2;
|
|
--color-pink: #e275ad;
|
|
|
|
--color-base-00: #1c2128;
|
|
--color-base-05: #22272e;
|
|
--color-base-10: #22272e;
|
|
--color-base-20: #2d333b;
|
|
--color-base-25: #1c2128;
|
|
--color-base-30: #444c56;
|
|
--color-base-35: #373e47;
|
|
--color-base-40: #444c56;
|
|
--color-base-50: #768390;
|
|
--color-base-70: #adbac7;
|
|
--color-base-100: #cdd9e5;
|
|
|
|
--accent-h-theme: 213;
|
|
--accent-s-theme: 88%;
|
|
--accent-l-theme: 64%;
|
|
|
|
--inline-code-background: #76839033;
|
|
--input-shadow: inset 0 0 0 1px #adbac71a;
|
|
--input-shadow-hover: inset 0 0 0 1px var(--color-base-70);
|
|
|
|
--bold-color: var(--color-green);
|
|
--h-color-theme: var(--color-green);
|
|
--h1-color-theme: var(--color-green);
|
|
--h2-color-theme: var(--color-green);
|
|
--h3-color-theme: var(--color-green);
|
|
--h4-color-theme: var(--color-green);
|
|
--h5-color-theme: var(--color-green);
|
|
--h6-color-theme: var(--color-green);
|
|
|
|
--color-btn-primary-bg: #347d39;
|
|
--color-btn-primary-hover-bg: #46954a;
|
|
|
|
--kanban-lane-border: var(--color-base-35);
|
|
--kanban-lane-count: var(--color-base-35);
|
|
--kanban-options-btn: var(--color-base-30);
|
|
}
|
|
|
|
/* Tables */
|
|
.markdown-rendered table {
|
|
font-size: var(--font-text-size);
|
|
}
|
|
.markdown-rendered td,
|
|
.markdown-rendered th {
|
|
padding: var(--size-2-3) var(--size-4-3);
|
|
font-size: inherit;
|
|
}
|
|
.markdown-rendered th {
|
|
text-align: center;
|
|
}
|
|
.markdown-rendered tbody tr:nth-child(2n) {
|
|
background-color: var(--background-secondary);
|
|
}
|
|
|
|
/* Buttons */
|
|
button {
|
|
transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
|
|
}
|
|
button:not(:disabled):hover {
|
|
cursor: var(--cursor-link);
|
|
}
|
|
button:disabled,
|
|
button:disabled:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
button.mod-cta {
|
|
background-color: var(--color-btn-primary-bg);
|
|
color: var(--text-on-accent);
|
|
}
|
|
button.mod-cta:hover {
|
|
background-color: var(--color-btn-primary-hover-bg);
|
|
}
|
|
|
|
/* Callout */
|
|
body.callout-on {
|
|
--callout-radius: 0;
|
|
--callout-border-width: 0;
|
|
--callout-padding: 0 1em;
|
|
}
|
|
body.callout-on .callout {
|
|
border-left: 0.25em solid var(--color-base-30);
|
|
background-color: transparent;
|
|
color: var(--text-muted);
|
|
}
|
|
body.callout-on .callout-content p {
|
|
margin: 0.1em 0;
|
|
}
|
|
|
|
/* Headers */
|
|
body.headers-one-color {
|
|
--h1-color: var(--h-color-theme);
|
|
--h2-color: var(--h-color-theme);
|
|
--h3-color: var(--h-color-theme);
|
|
--h4-color: var(--h-color-theme);
|
|
--h5-color: var(--h-color-theme);
|
|
--h6-color: var(--h-color-theme);
|
|
}
|
|
|
|
/* Kanban-common */
|
|
.kanban-plugin {
|
|
--lane-width: 348px;
|
|
}
|
|
body.theme-light .kanban-plugin__lane-items > div {
|
|
box-shadow: rgb(140 149 159 / 15%) 0px 3px 6px;
|
|
}
|
|
|
|
/* Kanban-same-height-cards */
|
|
body.kanban-same-height-cards .kanban-plugin__item-content-wrapper,
|
|
body.kanban-same-height-cards .kanban-plugin__item-title-wrapper {
|
|
min-height: 68px;
|
|
}
|
|
|
|
/* Kanban-full-height-column */
|
|
body.kanban-full-height-column button.kanban-plugin__new-item-button {
|
|
align-self: flex-end;
|
|
}
|
|
body.kanban-full-height-column .kanban-plugin__item-button-wrapper {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
}
|
|
body.kanban-full-height-column .kanban-plugin__lane-wrapper {
|
|
min-height: 100%;
|
|
}
|
|
|
|
/* Kanban-Minimal */
|
|
body.kanban-on .kanban-plugin {
|
|
background-color: var(--kanban-background);
|
|
}
|
|
body.kanban-on .kanban-plugin__lane {
|
|
background-color: var(--kanban-lane-background);
|
|
border: 1px solid var(--kanban-lane-border);
|
|
}
|
|
body.kanban-on .kanban-plugin__lane-title {
|
|
flex-grow: 0;
|
|
width: fit-content;
|
|
}
|
|
body.kanban-on .kanban-plugin__item-content-wrapper,
|
|
body.kanban-on .kanban-plugin__item-title-wrapper,
|
|
body.kanban-on .kanban-plugin__item-metadata-wrapper:not(:empty) {
|
|
background: var(--kanban-item-background);
|
|
}
|
|
body.kanban-on .kanban-plugin__icon > svg {
|
|
transform: rotate(90deg);
|
|
}
|
|
body.kanban-on .kanban-plugin__lane-settings-button-wrapper {
|
|
margin-left: auto;
|
|
}
|
|
body.kanban-on div.kanban-plugin__lane-title-count {
|
|
background-color: var(--kanban-lane-count);
|
|
border-radius: 1em;
|
|
padding: 2px 5px;
|
|
}
|
|
body.kanban-on .kanban-plugin__item button.kanban-plugin__item-prefix-button,
|
|
body.kanban-on .kanban-plugin__item button.kanban-plugin__item-postfix-button,
|
|
body.kanban-on .kanban-plugin__lane button.kanban-plugin__lane-settings-button {
|
|
padding: 0 5px;
|
|
height: 24px;
|
|
box-shadow: none;
|
|
}
|
|
body.kanban-on
|
|
.kanban-plugin__item
|
|
button.kanban-plugin__item-prefix-button:hover,
|
|
body.kanban-on
|
|
.kanban-plugin__item
|
|
button.kanban-plugin__item-postfix-button:hover,
|
|
body.kanban-on
|
|
.kanban-plugin__lane
|
|
button.kanban-plugin__lane-settings-button:hover {
|
|
background-color: var(--kanban-options-btn);
|
|
cursor: pointer;
|
|
}
|
|
body.kanban-on button.kanban-plugin__new-item-button {
|
|
border: none;
|
|
justify-content: flex-start;
|
|
}
|
|
body.kanban-on .kanban-plugin__new-item-button:hover {
|
|
color: var(--text-normal);
|
|
background-color: inherit;
|
|
box-shadow: none;
|
|
}
|
|
body.kanban-on .kanban-plugin__lane-items {
|
|
padding: 8px 15px;
|
|
}
|
|
body.kanban-on
|
|
.kanban-plugin__item-prefix-button-wrapper
|
|
input[type="checkbox"] {
|
|
filter: none;
|
|
}
|
|
|
|
/* Kanban-Full */
|
|
/* Main color */
|
|
body.kanban-full .kanban-plugin {
|
|
background-color: var(--kanban-background);
|
|
}
|
|
|
|
/* LANE */
|
|
/* Colors */
|
|
body.kanban-full .kanban-plugin__lane {
|
|
background-color: var(--kanban-lane-background);
|
|
border: 1px solid var(--kanban-lane-border);
|
|
}
|
|
|
|
/* Grip icon hiding */
|
|
body.kanban-full .kanban-plugin__lane-grip {
|
|
position: absolute;
|
|
opacity: 0;
|
|
width: calc(var(--lane-width) - 1em);
|
|
height: 3em;
|
|
z-index: 0;
|
|
margin: 0;
|
|
cursor: default;
|
|
}
|
|
body.kanban-full .kanban-plugin__lane-header-wrapper div {
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Header */
|
|
body.kanban-full .kanban-plugin__lane-header-wrapper {
|
|
padding-left: 14px;
|
|
}
|
|
body.kanban-full .kanban-plugin__markdown-preview-view {
|
|
font-size: inherit;
|
|
}
|
|
|
|
/* Header + Counter */
|
|
body.kanban-full .kanban-plugin__lane-title {
|
|
flex-grow: 0;
|
|
width: fit-content;
|
|
font-size: 1em;
|
|
}
|
|
|
|
/* Counter */
|
|
body.kanban-full div.kanban-plugin__lane-title-count {
|
|
background-color: var(--kanban-lane-count);
|
|
border-radius: 1em;
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
/* Three dot position */
|
|
body.kanban-full .kanban-plugin__lane-settings-button-wrapper {
|
|
margin-left: auto;
|
|
}
|
|
|
|
/* Cards padding */
|
|
body.kanban-full .kanban-plugin__lane-items {
|
|
padding: 2px 6px;
|
|
}
|
|
|
|
/* ITEM */
|
|
/* Colors */
|
|
body.kanban-full .kanban-plugin__item-content-wrapper,
|
|
body.kanban-full .kanban-plugin__item-title-wrapper,
|
|
body.kanban-full .kanban-plugin__item-metadata-wrapper:not(:empty) {
|
|
background: var(--kanban-item-background);
|
|
}
|
|
body.kanban-full .kanban-plugin__item {
|
|
border-color: var(--kanban-lane-border);
|
|
}
|
|
|
|
/* Between items */
|
|
body.kanban-full .kanban-plugin__lane-items > div {
|
|
margin-bottom: 8px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* Borders */
|
|
body.kanban-full .kanban-plugin__lane-header-wrapper,
|
|
body.kanban-full .kanban-plugin__item-button-wrapper,
|
|
body.kanban-full .kanban-plugin__item-form {
|
|
border: none;
|
|
}
|
|
|
|
/* Content */
|
|
body.kanban-full .kanban-plugin__item-title-wrapper {
|
|
padding: 12px 12px 12px 0;
|
|
}
|
|
body.kanban-full .kanban-plugin__item-title,
|
|
body.kanban-full .kanban-plugin__item-input-wrapper {
|
|
padding-left: 12px;
|
|
}
|
|
|
|
/* Archive/checkbox */
|
|
body.kanban-full .kanban-plugin__item-prefix-button-wrapper {
|
|
align-self: center;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* Time Date Buttons */
|
|
body.kanban-full .kanban-plugin__item-metadata .is-button:hover {
|
|
cursor: var(--cursor-link);
|
|
color: var(--text-normal);
|
|
}
|
|
|
|
/* THREE DOT BUTTON */
|
|
/* Rotation */
|
|
body.kanban-full .kanban-plugin__icon > svg {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
/* Size */
|
|
body.kanban-full .kanban-plugin__icon {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
/* Item */
|
|
body.kanban-full .kanban-plugin__item-postfix-button.clickable-icon {
|
|
opacity: 0;
|
|
}
|
|
body.kanban-full
|
|
.kanban-plugin__item:hover
|
|
.kanban-plugin__item-postfix-button.clickable-icon {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* ADD A CARD BUTTON */
|
|
/* Position */
|
|
body.kanban-full .kanban-plugin__new-item-button {
|
|
border: none;
|
|
justify-content: flex-start;
|
|
box-shadow: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
/* + Size */
|
|
body.kanban-full .kanban-plugin__item-button-plus {
|
|
margin-right: 8px;
|
|
font-size: 1.9em;
|
|
height: inherit;
|
|
}
|
|
|
|
/* Hover */
|
|
body.kanban-full .kanban-plugin__new-item-button:hover {
|
|
background-color: inherit;
|
|
box-shadow: none;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
/* HOVER EDITOR PLUGIN */
|
|
/* Add borders */
|
|
.popover.hover-editor > .popover-content {
|
|
border: var(--border-width) var(--color-base-30) solid;
|
|
box-shadow: 0 0 10px 3px var(--background-modifier-box-shadow);
|
|
}
|
|
|
|
/* FIXIES */
|
|
body.kanban-full
|
|
.kanban-plugin__item-prefix-button-wrapper
|
|
input[type="checkbox"] {
|
|
filter: none;
|
|
margin: 3px;
|
|
}
|
|
body.kanban-full .kanban-plugin__markdown-preview-view > div > * {
|
|
overflow-x: unset;
|
|
}
|
|
|
|
/* fix: input borders */
|
|
textarea:active,
|
|
input[type="text"]:active,
|
|
input[type="search"]:active,
|
|
input[type="email"]:active,
|
|
input[type="password"]:active,
|
|
input[type="number"]:active,
|
|
textarea:focus,
|
|
input[type="text"]:focus,
|
|
input[type="search"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="password"]:focus,
|
|
input[type="number"]:focus,
|
|
textarea:focus-visible,
|
|
input[type="text"]:focus-visible,
|
|
input[type="search"]:focus-visible,
|
|
input[type="email"]:focus-visible,
|
|
input[type="password"]:focus-visible,
|
|
input[type="number"]:focus-visible {
|
|
box-shadow: 0 0 0 1px var(--background-modifier-border-focus);
|
|
}
|
|
select:focus,
|
|
.dropdown:focus {
|
|
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
|
|
}
|
|
|
|
/* inline code block */
|
|
.markdown-rendered :not(pre) > code {
|
|
background-color: var(--inline-code-background);
|
|
padding: 0.2em 0.4em;
|
|
border-radius: 6px;
|
|
color: var(--text-normal);
|
|
}
|
|
|
|
/* kbd tag — GitHub style */
|
|
kbd,
|
|
.markdown-rendered kbd {
|
|
display: inline-block;
|
|
padding: 3px 5px;
|
|
font: 11px/10px var(--font-monospace);
|
|
color: var(--text-normal);
|
|
vertical-align: middle;
|
|
background-color: var(--color-base-10);
|
|
border: 1px solid var(--color-base-30);
|
|
border-radius: 6px;
|
|
box-shadow: inset 0 -1px 0 var(--color-base-30);
|
|
}
|
|
|
|
/* Underline for the top level headers */
|
|
/* Reading view uses <h1>/<h2>; Live Preview uses .HyperMD-header-1/-2 lines */
|
|
|
|
body.h1-underline h1,
|
|
body.h1-underline .HyperMD-header-1 {
|
|
padding-bottom: 0.3em;
|
|
border-bottom: 1px solid var(--color-base-40);
|
|
}
|
|
body.h2-underline h2,
|
|
body.h2-underline .HyperMD-header-2 {
|
|
padding-bottom: 0.3em;
|
|
border-bottom: 1px solid var(--color-base-40);
|
|
}
|
|
|
|
/* ------------------- */
|
|
/* Checkbox styling & icons. Credit Minimal theme: https://minimal.guide/Block+types/Checklists#Checkbox+styling */
|
|
/* Support @kepano - https://www.buymeacoffee.com/kepano */
|
|
/* ------------------- */
|
|
|
|
input[data-task='!']:checked,
|
|
input[data-task='*']:checked,
|
|
input[data-task='-']:checked,
|
|
input[data-task='<']:checked,
|
|
input[data-task='>']:checked,
|
|
input[data-task='I']:checked,
|
|
input[data-task='b']:checked,
|
|
input[data-task='c']:checked,
|
|
input[data-task='d']:checked,
|
|
input[data-task='f']:checked,
|
|
input[data-task='k']:checked,
|
|
input[data-task='l']:checked,
|
|
input[data-task='p']:checked,
|
|
input[data-task='u']:checked,
|
|
input[data-task='w']:checked,
|
|
input[data-task='P']:checked, /* Open PR */
|
|
input[data-task='M']:checked, /* Merged PR */
|
|
input[data-task='D']:checked, /* Draft PR */
|
|
li[data-task='!'] > input:checked,
|
|
li[data-task='!'] > p > input:checked,
|
|
li[data-task='*'] > input:checked,
|
|
li[data-task='*'] > p > input:checked,
|
|
li[data-task='-'] > input:checked,
|
|
li[data-task='-'] > p > input:checked,
|
|
li[data-task='<'] > input:checked,
|
|
li[data-task='<'] > p > input:checked,
|
|
li[data-task='>'] > input:checked,
|
|
li[data-task='>'] > p > input:checked,
|
|
li[data-task='I'] > input:checked,
|
|
li[data-task='I'] > p > input:checked,
|
|
li[data-task='b'] > input:checked,
|
|
li[data-task='b'] > p > input:checked,
|
|
li[data-task='c'] > input:checked,
|
|
li[data-task='c'] > p > input:checked,
|
|
li[data-task='d'] > input:checked,
|
|
li[data-task='d'] > p > input:checked,
|
|
li[data-task='f'] > input:checked,
|
|
li[data-task='f'] > p > input:checked,
|
|
li[data-task='k'] > input:checked,
|
|
li[data-task='k'] > p > input:checked,
|
|
li[data-task='l'] > input:checked,
|
|
li[data-task='l'] > p > input:checked,
|
|
li[data-task='p'] > input:checked,
|
|
li[data-task='p'] > p > input:checked,
|
|
li[data-task='u'] > input:checked,
|
|
li[data-task='u'] > p > input:checked,
|
|
li[data-task='w'] > input:checked,
|
|
li[data-task='w'] > p > input:checked,
|
|
li[data-task='P'] > input:checked,
|
|
li[data-task='P'] > p > input:checked,
|
|
li[data-task='M'] > input:checked,
|
|
li[data-task='M'] > p > input:checked,
|
|
li[data-task='D'] > input:checked,
|
|
li[data-task='D'] > p > input:checked {
|
|
--checkbox-marker-color: transparent;
|
|
border: none;
|
|
border-radius: 0;
|
|
background-image: none;
|
|
background-color: currentColor;
|
|
-webkit-mask-size: var(--checkbox-icon);
|
|
-webkit-mask-position: 50% 50%;
|
|
}
|
|
input[data-task=">"]:checked,
|
|
li[data-task=">"] > input:checked,
|
|
li[data-task=">"] > p > input:checked {
|
|
color: var(--text-faint);
|
|
transform: rotate(90deg);
|
|
-webkit-mask-position: 50% 100%;
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M10.894 2.553a1 1 0 00-1.788 0l-7 14a1 1 0 001.169 1.409l5-1.429A1 1 0 009 15.571V11a1 1 0 112 0v4.571a1 1 0 00.725.962l5 1.428a1 1 0 001.17-1.408l-7-14z' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="<"]:checked,
|
|
li[data-task="<"] > input:checked,
|
|
li[data-task="<"] > p > input:checked {
|
|
color: var(--text-faint);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="?"]:checked,
|
|
li[data-task="?"] > input:checked,
|
|
li[data-task="?"] > p > input:checked {
|
|
--checkbox-marker-color: transparent;
|
|
background-color: var(--color-yellow);
|
|
border-color: var(--color-yellow);
|
|
background-position: 50% 50%;
|
|
background-size: 200% 90%;
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="white" fill-rule="evenodd" d="M4.475 5.458c-.284 0-.514-.237-.47-.517C4.28 3.24 5.576 2 7.825 2c2.25 0 3.767 1.36 3.767 3.215c0 1.344-.665 2.288-1.79 2.973c-1.1.659-1.414 1.118-1.414 2.01v.03a.5.5 0 0 1-.5.5h-.77a.5.5 0 0 1-.5-.495l-.003-.2c-.043-1.221.477-2.001 1.645-2.712c1.03-.632 1.397-1.135 1.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009 0-1.71.529-1.938 1.402c-.066.254-.278.461-.54.461h-.777ZM7.496 14c.622 0 1.095-.474 1.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606 0-1.087.474-1.087 1.091S6.89 14 7.496 14Z"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
.theme-dark input[data-task="?"]:checked,
|
|
.theme-dark li[data-task="?"] > input:checked,
|
|
.theme-dark li[data-task="?"] > p > input:checked {
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="black" fill-opacity="0.8" fill-rule="evenodd" d="M4.475 5.458c-.284 0-.514-.237-.47-.517C4.28 3.24 5.576 2 7.825 2c2.25 0 3.767 1.36 3.767 3.215c0 1.344-.665 2.288-1.79 2.973c-1.1.659-1.414 1.118-1.414 2.01v.03a.5.5 0 0 1-.5.5h-.77a.5.5 0 0 1-.5-.495l-.003-.2c-.043-1.221.477-2.001 1.645-2.712c1.03-.632 1.397-1.135 1.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009 0-1.71.529-1.938 1.402c-.066.254-.278.461-.54.461h-.777ZM7.496 14c.622 0 1.095-.474 1.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606 0-1.087.474-1.087 1.091S6.89 14 7.496 14Z"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
input[data-task="/"]:checked,
|
|
li[data-task="/"] > input:checked,
|
|
li[data-task="/"] > p > input:checked {
|
|
background-image: none;
|
|
background-color: transparent;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
input[data-task="/"]:checked:after,
|
|
li[data-task="/"] > input:checked:after,
|
|
li[data-task="/"] > p > input:checked:after {
|
|
top: 0;
|
|
left: 0;
|
|
content: " ";
|
|
display: block;
|
|
position: absolute;
|
|
background-color: var(--color-accent);
|
|
width: calc(50% - 0.5px);
|
|
height: 100%;
|
|
-webkit-mask-image: none;
|
|
}
|
|
input[data-task="!"]:checked,
|
|
li[data-task="!"] > input:checked,
|
|
li[data-task="!"] > p > input:checked {
|
|
color: var(--color-orange);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task='"']:checked,
|
|
input[data-task="“"]:checked,
|
|
li[data-task='"'] > input:checked,
|
|
li[data-task='"'] > p > input:checked,
|
|
li[data-task="“"] > input:checked,
|
|
li[data-task="“"] > p > input:checked {
|
|
--checkbox-marker-color: transparent;
|
|
background-position: 50% 50%;
|
|
background-color: var(--color-cyan);
|
|
border-color: var(--color-cyan);
|
|
background-size: 75%;
|
|
background-repeat: no-repeat;
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10z"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
.theme-dark input[data-task='"']:checked,
|
|
.theme-dark input[data-task="“"]:checked,
|
|
.theme-dark li[data-task='"'] > input:checked,
|
|
.theme-dark li[data-task='"'] > p > input:checked,
|
|
.theme-dark li[data-task="“"] > input:checked,
|
|
.theme-dark li[data-task="“"] > p > input:checked {
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="black" fill-opacity="0.7" d="M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10z"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
input[data-task="-"]:checked,
|
|
li[data-task="-"] > input:checked,
|
|
li[data-task="-"] > p > input:checked {
|
|
color: var(--text-faint);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
body:not(.tasks)
|
|
.markdown-preview-view
|
|
ul
|
|
li[data-task="-"].task-list-item.is-checked,
|
|
body:not(.tasks)
|
|
.markdown-source-view.mod-cm6
|
|
.HyperMD-task-line[data-task]:is([data-task="-"]),
|
|
body:not(.tasks) li[data-task="-"].task-list-item.is-checked {
|
|
color: var(--text-faint);
|
|
text-decoration: line-through solid var(--text-faint) 1px;
|
|
}
|
|
input[data-task="*"]:checked,
|
|
li[data-task="*"] > input:checked,
|
|
li[data-task="*"] > p > input:checked {
|
|
color: var(--color-yellow);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="l"]:checked,
|
|
li[data-task="l"] > input:checked,
|
|
li[data-task="l"] > p > input:checked {
|
|
color: var(--color-red);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="i"]:checked,
|
|
li[data-task="i"] > input:checked,
|
|
li[data-task="i"] > p > input:checked {
|
|
--checkbox-marker-color: transparent;
|
|
background-color: var(--color-blue);
|
|
border-color: var(--color-blue);
|
|
background-position: 50%;
|
|
background-size: 100%;
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="40" d="M196 220h64v172"%2F%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-miterlimit="10" stroke-width="40" d="M187 396h138"%2F%3E%3Cpath fill="white" d="M256 160a32 32 0 1 1 32-32a32 32 0 0 1-32 32Z"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
.theme-dark input[data-task="i"]:checked,
|
|
.theme-dark li[data-task="i"] > input:checked,
|
|
.theme-dark li[data-task="i"] > p > input:checked {
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"%3E%3Cpath fill="none" stroke="black" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round" stroke-width="40" d="M196 220h64v172"%2F%3E%3Cpath fill="none" stroke="black" stroke-opacity="0.8" stroke-linecap="round" stroke-miterlimit="10" stroke-width="40" d="M187 396h138"%2F%3E%3Cpath fill="black" fill-opacity="0.8" d="M256 160a32 32 0 1 1 32-32a32 32 0 0 1-32 32Z"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
input[data-task="S"]:checked,
|
|
li[data-task="S"] > input:checked,
|
|
li[data-task="S"] > p > input:checked {
|
|
--checkbox-marker-color: transparent;
|
|
border-color: var(--color-green);
|
|
background-color: var(--color-green);
|
|
background-size: 100%;
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"%3E%3Cpath fill="white" fill-rule="evenodd" d="M26 8a2 2 0 1 0-4 0v2a8 8 0 1 0 0 16v8a4.002 4.002 0 0 1-3.773-2.666a2 2 0 0 0-3.771 1.332A8.003 8.003 0 0 0 22 38v2a2 2 0 1 0 4 0v-2a8 8 0 1 0 0-16v-8a4.002 4.002 0 0 1 3.773 2.666a2 2 0 0 0 3.771-1.332A8.003 8.003 0 0 0 26 10V8Zm-4 6a4 4 0 0 0 0 8v-8Zm4 12v8a4 4 0 0 0 0-8Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
.theme-dark input[data-task="S"]:checked,
|
|
.theme-dark li[data-task="S"] > input:checked,
|
|
.theme-dark li[data-task="S"] > p > input:checked {
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"%3E%3Cpath fill-opacity="0.8" fill="black" fill-rule="evenodd" d="M26 8a2 2 0 1 0-4 0v2a8 8 0 1 0 0 16v8a4.002 4.002 0 0 1-3.773-2.666a2 2 0 0 0-3.771 1.332A8.003 8.003 0 0 0 22 38v2a2 2 0 1 0 4 0v-2a8 8 0 1 0 0-16v-8a4.002 4.002 0 0 1 3.773 2.666a2 2 0 0 0 3.771-1.332A8.003 8.003 0 0 0 26 10V8Zm-4 6a4 4 0 0 0 0 8v-8Zm4 12v8a4 4 0 0 0 0-8Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
|
|
}
|
|
input[data-task="I"]:checked,
|
|
li[data-task="I"] > input:checked,
|
|
li[data-task="I"] > p > input:checked {
|
|
color: var(--color-yellow);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M11 3a1 1 0 10-2 0v1a1 1 0 102 0V3zM15.657 5.757a1 1 0 00-1.414-1.414l-.707.707a1 1 0 001.414 1.414l.707-.707zM18 10a1 1 0 01-1 1h-1a1 1 0 110-2h1a1 1 0 011 1zM5.05 6.464A1 1 0 106.464 5.05l-.707-.707a1 1 0 00-1.414 1.414l.707.707zM5 10a1 1 0 01-1 1H3a1 1 0 110-2h1a1 1 0 011 1zM8 16v-1h4v1a2 2 0 11-4 0zM12 14c.015-.34.208-.646.477-.859a4 4 0 10-4.954 0c.27.213.462.519.476.859h4.002z' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="f"]:checked,
|
|
li[data-task="f"] > input:checked,
|
|
li[data-task="f"] > p > input:checked {
|
|
color: var(--color-red);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="k"]:checked,
|
|
li[data-task="k"] > input:checked,
|
|
li[data-task="k"] > p > input:checked {
|
|
color: var(--color-yellow);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 8a6 6 0 01-7.743 5.743L10 14l-1 1-1 1H6v2H2v-4l4.257-4.257A6 6 0 1118 8zm-6-4a1 1 0 100 2 2 2 0 012 2 1 1 0 102 0 4 4 0 00-4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="u"]:checked,
|
|
li[data-task="u"] > input:checked,
|
|
li[data-task="u"] > p > input:checked {
|
|
color: var(--color-green);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="d"]:checked,
|
|
li[data-task="d"] > input:checked,
|
|
li[data-task="d"] > p > input:checked {
|
|
color: var(--color-red);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 13a1 1 0 100 2h5a1 1 0 001-1V9a1 1 0 10-2 0v2.586l-4.293-4.293a1 1 0 00-1.414 0L8 9.586 3.707 5.293a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414 0L11 9.414 14.586 13H12z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="w"]:checked,
|
|
li[data-task="w"] > input:checked,
|
|
li[data-task="w"] > p > input:checked {
|
|
color: var(--color-purple);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M6 3a1 1 0 011-1h.01a1 1 0 010 2H7a1 1 0 01-1-1zm2 3a1 1 0 00-2 0v1a2 2 0 00-2 2v1a2 2 0 00-2 2v.683a3.7 3.7 0 011.055.485 1.704 1.704 0 001.89 0 3.704 3.704 0 014.11 0 1.704 1.704 0 001.89 0 3.704 3.704 0 014.11 0 1.704 1.704 0 001.89 0A3.7 3.7 0 0118 12.683V12a2 2 0 00-2-2V9a2 2 0 00-2-2V6a1 1 0 10-2 0v1h-1V6a1 1 0 10-2 0v1H8V6zm10 8.868a3.704 3.704 0 01-4.055-.036 1.704 1.704 0 00-1.89 0 3.704 3.704 0 01-4.11 0 1.704 1.704 0 00-1.89 0A3.704 3.704 0 012 14.868V17a1 1 0 001 1h14a1 1 0 001-1v-2.132zM9 3a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1zm3 0a1 1 0 011-1h.01a1 1 0 110 2H13a1 1 0 01-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="p"]:checked,
|
|
li[data-task="p"] > input:checked,
|
|
li[data-task="p"] > p > input:checked {
|
|
color: var(--color-green);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M2 10.5a1.5 1.5 0 113 0v6a1.5 1.5 0 01-3 0v-6zM6 10.333v5.43a2 2 0 001.106 1.79l.05.025A4 4 0 008.943 18h5.416a2 2 0 001.962-1.608l1.2-6A2 2 0 0015.56 8H12V4a2 2 0 00-2-2 1 1 0 00-1 1v.667a4 4 0 01-.8 2.4L6.8 7.933a4 4 0 00-.8 2.4z' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="c"]:checked,
|
|
li[data-task="c"] > input:checked,
|
|
li[data-task="c"] > p > input:checked {
|
|
color: var(--color-orange);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M18 9.5a1.5 1.5 0 11-3 0v-6a1.5 1.5 0 013 0v6zM14 9.667v-5.43a2 2 0 00-1.105-1.79l-.05-.025A4 4 0 0011.055 2H5.64a2 2 0 00-1.962 1.608l-1.2 6A2 2 0 004.44 12H8v4a2 2 0 002 2 1 1 0 001-1v-.667a4 4 0 01.8-2.4l1.4-1.866a4 4 0 00.8-2.4z' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="b"]:checked,
|
|
li[data-task="b"] > input:checked,
|
|
li[data-task="b"] > p > input:checked {
|
|
color: var(--color-orange);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M5 4a2 2 0 012-2h6a2 2 0 012 2v14l-5-2.5L5 18V4z' /%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="P"]:checked,
|
|
li[data-task="P"] > input:checked,
|
|
li[data-task="P"] > p > input:checked {
|
|
color: var(--color-green);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z'%3E%3C/path%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="M"]:checked,
|
|
li[data-task="M"] > input:checked,
|
|
li[data-task="M"] > p > input:checked {
|
|
color: var(--color-purple);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M5.45 5.154A4.25 4.25 0 0 0 9.25 7.5h1.378a2.251 2.251 0 1 1 0 1.5H9.25A5.734 5.734 0 0 1 5 7.123v3.505a2.25 2.25 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.95-.218ZM4.25 13.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm8.5-4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM5 3.25a.75.75 0 1 0 0 .005V3.25Z'%3E%3C/path%3E%3C/svg%3E");
|
|
}
|
|
input[data-task="D"]:checked,
|
|
li[data-task="D"] > input:checked,
|
|
li[data-task="D"] > p > input:checked {
|
|
color: var(--color-base-50);
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1Zm9.5 14a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0ZM3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM14 7.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm0-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z'%3E%3C/path%3E%3C/svg%3E");
|
|
}
|
|
|
|
body:not(.tasks) li[data-task=">"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="<"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="b"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="i"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="*"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="!"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="S"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="?"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="/"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task='"'].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="l"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="I"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="p"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="c"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="f"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="k"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="w"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="u"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="d"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="P"].task-list-item.is-checked,
|
|
body:not(.tasks) li[data-task="D"].task-list-item.is-checked {
|
|
color: var(--text-normal);
|
|
}
|
|
|
|
/* Vim mode indicator (Vimrc Support plugin) */
|
|
div.status-bar-item.plugin-obsidian-vimrc-support.vimrc-support-vim-mode {
|
|
color: var(--text-on-accent);
|
|
border-radius: var(--radius-s);
|
|
font-weight: var(--font-semibold);
|
|
}
|
|
div.status-bar-item.plugin-obsidian-vimrc-support.vimrc-support-vim-mode[data-vim-mode=normal] {
|
|
background-color: var(--color-blue);
|
|
}
|
|
div.status-bar-item.plugin-obsidian-vimrc-support.vimrc-support-vim-mode[data-vim-mode=insert] {
|
|
background-color: var(--color-green);
|
|
}
|
|
div.status-bar-item.plugin-obsidian-vimrc-support.vimrc-support-vim-mode[data-vim-mode=visual] {
|
|
background-color: var(--color-purple);
|
|
}
|
|
div.status-bar-item.plugin-obsidian-vimrc-support.vimrc-support-vim-mode[data-vim-mode=replace] {
|
|
background-color: var(--color-red);
|
|
}
|
|
|
|
/* ------------------- */
|
|
/* Accent themes — spotlight callouts and tags by topic. */
|
|
/* Per GitHub brand guidance, vibrant colors used sparingly. */
|
|
/* Tag highlighting works in Reading view; in Live Preview tag names */
|
|
/* aren't exposed via CSS selectors. */
|
|
/* ------------------- */
|
|
|
|
/* Copilot accent — AI-related content (Copilot Purple #8534F3) */
|
|
body.copilot-accent .callout[data-callout="ai"],
|
|
body.copilot-accent .callout[data-callout="copilot"],
|
|
body.copilot-accent .callout[data-callout="gpt"],
|
|
body.copilot-accent .callout[data-callout="llm"],
|
|
body.copilot-accent .callout[data-callout="prompt"] {
|
|
--callout-color: 133, 52, 243;
|
|
}
|
|
|
|
body.copilot-accent a.tag[href="#ai"],
|
|
body.copilot-accent a.tag[href^="#ai/"],
|
|
body.copilot-accent a.tag[href="#copilot"],
|
|
body.copilot-accent a.tag[href^="#copilot/"],
|
|
body.copilot-accent a.tag[href="#gpt"],
|
|
body.copilot-accent a.tag[href^="#gpt/"],
|
|
body.copilot-accent a.tag[href="#llm"],
|
|
body.copilot-accent a.tag[href^="#llm/"],
|
|
body.copilot-accent a.tag[href="#prompt"],
|
|
body.copilot-accent a.tag[href^="#prompt/"] {
|
|
background-color: #8534F3;
|
|
color: #ffffff;
|
|
border-color: transparent;
|
|
}
|
|
|
|
/* Security accent — sensitive content (Security Blue #3094FF) */
|
|
body.security-accent .callout[data-callout="security"],
|
|
body.security-accent .callout[data-callout="secret"],
|
|
body.security-accent .callout[data-callout="encrypted"],
|
|
body.security-accent .callout[data-callout="private"],
|
|
body.security-accent .callout[data-callout="vault"] {
|
|
--callout-color: 48, 148, 255;
|
|
}
|
|
|
|
body.security-accent a.tag[href="#security"],
|
|
body.security-accent a.tag[href^="#security/"],
|
|
body.security-accent a.tag[href="#secret"],
|
|
body.security-accent a.tag[href^="#secret/"],
|
|
body.security-accent a.tag[href="#encrypted"],
|
|
body.security-accent a.tag[href^="#encrypted/"],
|
|
body.security-accent a.tag[href="#private"],
|
|
body.security-accent a.tag[href^="#private/"],
|
|
body.security-accent a.tag[href="#vault"],
|
|
body.security-accent a.tag[href^="#vault/"] {
|
|
background-color: #3094FF;
|
|
color: #ffffff;
|
|
border-color: transparent;
|
|
}
|