Skip to content

Commit 88b34c7

Browse files
CBID2actions-user
authored andcommitted
Prettified Code!
1 parent efef520 commit 88b34c7

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

docs/lightning-talks/processes/project-workflow.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ flowchart LR
5151
classDef default fill:#f5f5f5,stroke:#2e8555,stroke-width:2px,color:#333;
5252
classDef process fill:#e6f3ed,stroke:#2e8555,stroke-width:2px,color:#333;
5353
class A process;
54-
54+
5555
%% Adjust width to match other sections
5656
style A width: 300px
5757
```
@@ -69,31 +69,32 @@ flowchart LR
6969
A4 --> A2
7070
end
7171
72-
%% Right Column - Scheduling
73-
subgraph B[📅 Scheduling]
74-
B1[👩‍💻 Grouping] --> B2[📅 Schedule Talks]
75-
B2 --> B3[📝 Send Confirmations]
76-
B3 --> B4[📅 Add to Calendar]
77-
B4 --> B5[📢 Share Schedule]
78-
end
72+
%% Right Column - Scheduling
73+
subgraph B[📅 Scheduling]
74+
B1[👩‍💻 Grouping] --> B2[📅 Schedule Talks]
75+
B2 --> B3[📝 Send Confirmations]
76+
B3 --> B4[📅 Add to Calendar]
77+
B4 --> B5[📢 Share Schedule]
78+
end
7979
80-
%% Flow between columns
81-
A3 -- Yes --> B1
80+
%% Flow between columns
81+
A3 -- Yes --> B1
8282
83-
%% Styling
84-
classDef default fill:#f0f7ff,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
85-
classDef process fill:#e3f2fd,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
86-
classDef decision fill:#fff8e1,stroke:#ff8f00,stroke-width:2px,color:#e65100;
87-
class A,B process;
88-
class A3 decision;
89-
90-
%% Adjust spacing
91-
style A width: 350px
92-
style B width: 350px
93-
94-
%% Make the diagram more compact
95-
linkStyle default stroke-width:1.5px,fill:none,stroke:#1976d2
96-
```
83+
%% Styling
84+
classDef default fill:#f0f7ff,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
85+
classDef process fill:#e3f2fd,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
86+
classDef decision fill:#fff8e1,stroke:#ff8f00,stroke-width:2px,color:#e65100;
87+
class A,B process;
88+
class A3 decision;
89+
90+
%% Adjust spacing
91+
style A width: 350px
92+
style B width: 350px
93+
94+
%% Make the diagram more compact
95+
linkStyle default stroke-width:1.5px,fill:none,stroke:#1976d2
96+
97+
````
9798
</div>
9899
99100
#### Speaker Prep
@@ -120,7 +121,7 @@ flowchart LR
120121
classDef default fill:#f5f5f5,stroke:#2e8555,stroke-width:2px,color:#333;
121122
classDef process fill:#e6f3ed,stroke:#2e8555,stroke-width:2px,color:#333;
122123
class A,B process;
123-
```
124+
````
124125
125126
#### Event
126127

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
.theme-mermaid {
141141
font-size: 0.8em;
142142
}
143-
143+
144144
.mermaid .label {
145145
font-size: 0.75em !important;
146146
padding: 2px 3px;

0 commit comments

Comments
 (0)