Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: tweak focus outline

the3ash 6ada59ae 751134ac

+2 -7
+2 -7
src/styles/global.css
··· 144 144 background-color: var(--selection); 145 145 } 146 146 147 - :focus { 148 - outline: 2px solid var(--text-tertiary); 149 - outline-offset: 2px; 150 - } 151 - 152 147 :focus:not(:focus-visible) { 153 148 outline: none; 154 149 } 155 150 156 151 :focus-visible { 157 - outline: 2px solid var(--text-tertiary); 158 - outline-offset: 2px; 152 + outline: 1.5px dashed var(--text-tertiary); 153 + border-radius: 0.25rem; 159 154 } 160 155 161 156 body[data-width] {