Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
[logseq-plugin-git:commit] 2023-12-07T14:56:53.487Z
Browse files Browse the repository at this point in the history
  • Loading branch information
somidad committed Dec 7, 2023
1 parent 001e169 commit da73633
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 23 deletions.
23 changes: 0 additions & 23 deletions logseq/custom.css
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
/* Yello hyperlink on green background */
.page-ref {
color: #E0D772;
}

/* Normal color on 'All pages' page */
table.cp__all_pages_table .page-ref {
color: var(--ls-link-ref-text-color);
}

/* Yellow underline on green background */
.block-ref {
border-bottom-color: #E0D772;
}

/* Yellow tag on green background */
a.tag {
color: #D83F31;
}

/* Yellow marker switch (e.g. TODO) on green background */
.marker-switch {
color: #E0D772;
}
7 changes: 7 additions & 0 deletions pages/ASN.1 (Abstract Syntax Notation One).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Specifications
- [ITU-T X.680 (2021-02)](https://www.itu.int/rec/T-REC-X.680-202102-I/en) - Basic notation
- [ITU-T X.681 (2021-02)](https://www.itu.int/rec/T-REC-X.681-202102-I/en) - Information object
- [ITU-T X.682 (2021-02)](https://www.itu.int/rec/T-REC-X.682-202102-I/en) - Constraint
- [ITU-T X.683 (2021-02)](https://www.itu.int/rec/T-REC-X.683-202102-I/en) - Parameterization
- [ITU-T X.690 (2021-02)](https://www.itu.int/rec/T-REC-X.690-202102-I/en) - PER (Packed Encoding Rules)
- [ITU-T X.680-X.693 (2021-02)](https://www.itu.int/rec/T-REC-X.680-X.693-202102-I/en) - Zip archive of word documents
2 changes: 2 additions & 0 deletions pages/Telecom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Contents
- [[ASN.1 (Abstract Syntax Notation One)]]
1 change: 1 addition & 0 deletions pages/contents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-

0 comments on commit da73633

Please sign in to comment.