|
345 | 345 | font-size: .8rem; |
346 | 346 | line-height: 1.8; |
347 | 347 | -webkit-overflow-scrolling: touch; |
348 | | - background: linear-gradient(180deg, rgba(255,255,255,.012) 0%, transparent 60px); |
349 | 348 | } |
350 | 349 |
|
351 | 350 | .p { color: #2dd4bf; user-select: none; } /* teal prompt $ */ |
|
743 | 742 | <!-- ================================================================= NAV --> |
744 | 743 | <nav> |
745 | 744 | <a href="#top" class="nav-logo"> |
746 | | - <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"> |
747 | | - <rect width="28" height="28" rx="7" fill="#0052cc"/> |
748 | | - <rect width="28" height="28" rx="7" fill="url(#logo-g)" opacity=".6"/> |
749 | | - <defs> |
750 | | - <linearGradient id="logo-g" x1="0" y1="0" x2="28" y2="28" gradientUnits="userSpaceOnUse"> |
751 | | - <stop offset="0%" stop-color="#4d9fff" stop-opacity=".5"/> |
752 | | - <stop offset="100%" stop-color="#003999" stop-opacity=".3"/> |
753 | | - </linearGradient> |
754 | | - </defs> |
755 | | - <!-- $ prompt --> |
756 | | - <text x="5" y="17" font-family="monospace" font-size="11" font-weight="700" fill="rgba(255,255,255,.9)">$</text> |
757 | | - <!-- cursor underscore --> |
758 | | - <rect x="14" y="17.5" width="8" height="2" rx="1" fill="rgba(255,255,255,.75)"/> |
759 | | - <!-- blink animation on cursor --> |
760 | | - <rect x="14" y="17.5" width="8" height="2" rx="1" fill="white" opacity=".4"> |
761 | | - <animate attributeName="opacity" values="0.4;0;0.4" dur="1.2s" repeatCount="indefinite"/> |
762 | | - </rect> |
| 745 | + <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 746 | + <rect width="26" height="26" rx="6" fill="#0052cc"/> |
| 747 | + <text x="5" y="18" font-family="monospace" font-size="13" font-weight="700" fill="white">do</text> |
763 | 748 | </svg> |
764 | 749 | <span><span class="logo-do">do</span><span class="logo-dash">-</span><span class="logo-mgr">manager</span></span> |
765 | 750 | </a> |
|
0 commit comments