-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
33 lines (27 loc) · 695 Bytes
/
styles.css
File metadata and controls
33 lines (27 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* Auto Title Plugin Styles */
.auto-title-settings {
padding: 20px;
}
.auto-title-settings h2 {
margin-bottom: 20px;
color: var(--text-normal);
}
.auto-title-settings h3 {
margin-top: 30px;
margin-bottom: 10px;
color: var(--text-muted);
}
.auto-title-settings p {
color: var(--text-muted);
font-size: 0.9em;
line-height: 1.4;
}
/* Custom styling for the brain icon in ribbon */
.ribbon-class[aria-label="Generate AI title"] svg {
color: var(--text-accent);
}
/* Notice styling for AI title generation */
.notice[data-message*="Generating AI title"] {
background-color: var(--background-modifier-success);
border-color: var(--text-accent);
}