File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments