~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


4ccb292c Peter John

11 months ago
improve software block
Files changed (1) hide show
  1. src/routes/+page.svelte +2 -2
src/routes/+page.svelte CHANGED
@@ -161,7 +161,7 @@
161
161
  <Icon class="text-blue-800 mr-2" icon="eos-icons:software-outlined" width="36" />
162
162
  <h2>Software</h2>
163
163
  </div>
164
- <ul class="grid gap-2 grid-cols-3 sm:grid-cols-9 *:flex mt-4">
164
+ <ul class="grid gap-2 grid-cols-3 sm:grid-cols-9 *:flex bg-slate-100 p-4 mt-4">
165
165
  <li>
166
166
  <a
167
167
  class="soft-link"
@@ -278,7 +278,7 @@
278
278
  }
279
279
 
280
280
  .soft-link {
281
- @apply text-base text-blue-900 flex flex-col items-center;
281
+ @apply text-base flex flex-col items-center;
282
282
  }
283
283
 
284
284
  .soft-icon {