This commit is contained in:
Oscar Plaisant
2024-03-29 00:14:48 +01:00
parent aa751faf29
commit bf1491120c
18 changed files with 353 additions and 113 deletions

View File

@@ -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