website

#astro#js#html#css

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

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


assets/css/workers/only-bible-app-privacy.css
df4fd17 1
  h1 {
df4fd17 2
    font-size: 1.875rem; /* text-3xl */
df4fd17 3
    line-height: 2.25rem; /* text-3xl */
df4fd17 4
    font-weight: 700; /* font-bold */
df4fd17 5
  }
df4fd17 6
  b {
df4fd17 7
    font-weight: 600;
df4fd17 8
  }
df4fd17 9
df4fd17 10
  ul {
df4fd17 11
    margin: 0.5rem;
df4fd17 12
    padding-left: 1rem;
df4fd17 13
  }
df4fd17 14
df4fd17 15
  li {
df4fd17 16
    list-style-type: disc;
df4fd17 17
    list-style-position: outside;
df4fd17 18
  }
df4fd17 19
df4fd17 20
  h3 {
df4fd17 21
    font-weight: 700;
df4fd17 22
    font-size: 1.4rem;
df4fd17 23
    margin-top: 0.5rem;
df4fd17 24
    margin-bottom: 0.5rem;
df4fd17 25
  }
df4fd17 26
df4fd17 27
  h4 {
df4fd17 28
    font-weight: 600;
df4fd17 29
    margin-top: 0.5rem;
df4fd17 30
  }
df4fd17 31
df4fd17 32
  h5 {
df4fd17 33
    margin-top: 0.5rem;
df4fd17 34
  }
df4fd17 35
df4fd17 36
  h6 {
df4fd17 37
    font-weight: 600;
df4fd17 38
    margin-top: 0.5rem;
df4fd17 39
ec165f1 40
span {
df4fd17 41
      font-family: sans-serif;
df4fd17 42
      font-weight: 400;
df4fd17 43
      font-size: 0.95rem;
df4fd17 44
    }
df4fd17 45
  }