Skip to content

Commit db4f4ec

Browse files
committed
Quartz sync: May 20, 2025, 10:15 PM
1 parent 366adeb commit db4f4ec

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

content/Computer Science/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
- Foundations & Theory
1515
- Data Structures
16-
- [[- Algorithms]]
16+
- [[- Algorithms | 🗺️ - Algorithms]]
1717
- Theory of Computation
1818
- Discrete Mathematics
1919
- Probability & Statistics
@@ -53,7 +53,7 @@ aliases:
5353
- Computer Vision
5454
- Application Development
5555
- Frontend Web Development (HTML, CSS, JavaScript, Frameworks)
56-
- [[- Frontend]]
56+
- [[- Frontend | 🗺️ - Frontend]]
5757
- Backend Development (APIs, REST, GraphQL)
5858
- Mobile App Development (Android, iOS)
5959
- Desktop Application Development

quartz/styles/custom.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,21 +147,21 @@ footer {
147147
}
148148

149149

150-
.center a[href^="./--"]::before {
151-
content: "🗺️ ";
152-
}
150+
// .center a[href^="./--"]::before {
151+
// content: "🗺️ ";
152+
// }
153153

154-
.search-container .preview-inner a[href^="/--"]::before {
155-
content: "🗺️ ";
156-
}
154+
// .search-container .preview-inner a[href^="/--"]::before {
155+
// content: "🗺️ ";
156+
// }
157157

158-
.center a[data-slug^="--"]::before {
159-
content: "🗺️ ";
160-
}
158+
// .center a[data-slug^="--"]::before {
159+
// content: "🗺️ ";
160+
// }
161161

162-
.popover .popover-inner a[data-slug^="--"]::before {
163-
content: "🗺️ ";
164-
}
162+
// .popover .popover-inner a[data-slug^="--"]::before {
163+
// content: "🗺️ ";
164+
// }
165165

166166
.popover .section {
167167
grid-template-columns: minmax(0, 1fr) fit-content(8em);

0 commit comments

Comments
 (0)