Explore the margin.at codebase, lexicons, and more! margin.at
at main 409 B view raw
1::highlight(margin-highlight-preview) { 2 background-color: rgba(168, 85, 247, 0.3); 3 color: inherit; 4} 5 6::highlight(margin-scroll-highlight) { 7 background-color: rgba(99, 102, 241, 0.4); 8 color: inherit; 9} 10 11::highlight(margin-page-highlights) { 12 background-color: rgba(252, 211, 77, 0.3); 13 color: inherit; 14} 15 16.margin-notification { 17 position: fixed; 18 bottom: 24px; 19 right: 24px; 20 z-index: 999999; 21}