roundabout,
created on Wednesday, 3 April 2024, 08:26:08 (1712132768),
received on Wednesday, 31 July 2024, 06:54:44 (1722408884)
Author identity: vlad <vlad.muntoiu@gmail.com>
737b79b8f247500c73c1d3dafa586aa9c7264e6c
static/efficient-ui/THEME.css
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,700;1,300;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,600;1,600&display=swap'); :root, ::backdrop {
static/style.css
@@ -12,9 +12,11 @@
--color-merged: #9c27b0; --color-merged-text: #ffffff; --color-insertion: #00C85366; --color-insertion-line-number: #00C853;--color-insertion-text: currentColor; --color-deletion: #D5000066; --color-deletion-text: currentColor; --color-deletion-line-number: #D50000;--color-code-line-number: #455A64; }
@@ -440,6 +442,15 @@ header {
position: sticky; left: 0; user-select: none; font-weight: 500; } .line-number:has(+ ins) { background: var(--color-insertion-line-number); } .line-number:has(+ del) { background: var(--color-deletion-line-number);} ins, .code-view > ins {