update
This commit is contained in:
35
.obsidian/snippets/supercharged-links-gen.css
vendored
35
.obsidian/snippets/supercharged-links-gen.css
vendored
@@ -10,6 +10,8 @@ Do not edit this file directly! First copy this file and rename it if you want t
|
||||
--7812-52e6-color: #9270D3;
|
||||
--7812-52e6-weight: initial;
|
||||
--7812-52e6-before: '';
|
||||
--48f5-79b2-color: #6967A9;
|
||||
--48f5-79b2-weight: initial;
|
||||
--48f5-79b2-before: '';
|
||||
--f1e2-3136-color: #F27D88;
|
||||
--f1e2-3136-weight: initial;
|
||||
@@ -47,6 +49,12 @@ div[data-id="7812-52e6"] div.setting-item-description::before,
|
||||
content: var(--7812-52e6-before);
|
||||
}
|
||||
|
||||
div[data-id="48f5-79b2"] div.setting-item-description,
|
||||
[data-link-tags*="informatique" i] {
|
||||
color: var(--48f5-79b2-color) !important;
|
||||
font-weight: var(--48f5-79b2-weight);
|
||||
}
|
||||
|
||||
div[data-id="48f5-79b2"] div.setting-item-description::before,
|
||||
.data-link-icon[data-link-tags*="informatique" i]::before {
|
||||
content: var(--48f5-79b2-before);
|
||||
@@ -203,6 +211,33 @@ settings:
|
||||
type: heading
|
||||
collapsed: true
|
||||
level: 3
|
||||
-
|
||||
id: 48f5-79b2-color
|
||||
title: Link color
|
||||
type: variable-color
|
||||
format: hex
|
||||
default: '#6967A9'
|
||||
-
|
||||
id: 48f5-79b2-weight
|
||||
title: Font weight
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- lighter
|
||||
- normal
|
||||
- bold
|
||||
- bolder
|
||||
-
|
||||
id: 48f5-79b2-decoration
|
||||
title: Font decoration
|
||||
type: variable-select
|
||||
default: initial
|
||||
options:
|
||||
- initial
|
||||
- underline
|
||||
- overline
|
||||
- line-through
|
||||
-
|
||||
id: 48f5-79b2-before
|
||||
title: Prepend text
|
||||
|
Reference in New Issue
Block a user