diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54271b2b0..03d5cbf9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,11 +16,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: HTML5Validator - uses: Cyb3r-Jak3/html5validator-action@master + - name: Validate HTML + uses: anishathalye/proof-html@v2 with: - root: www/ - css: true + directory: www/ - uses: actions/setup-node@v4 with: diff --git a/www/index.css b/www/index.css index 6b688fdbd..296771482 100644 --- a/www/index.css +++ b/www/index.css @@ -82,7 +82,8 @@ header { font-weight: 500; width: 100%; z-index: 1100; - box-shadow: 0em 0.125em 0.25em -0.06em rgba(0, 0, 0, 0.2), + box-shadow: + 0em 0.125em 0.25em -0.06em rgba(0, 0, 0, 0.2), 0em 0.25em 0.3em 0em rgba(0, 0, 0, 0.14), 0em 0.06em 0.625em 0em rgba(0, 0, 0, 0.12); } @@ -119,7 +120,8 @@ header > div { .container > div { padding: 0.625em 20px; text-align: left; - box-shadow: 0em 0.06em 0.19em 0em rgba(0, 0, 0, 0.2), + box-shadow: + 0em 0.06em 0.19em 0em rgba(0, 0, 0, 0.2), 0em 0.06em 0.06em 0em rgba(0, 0, 0, 0.14), 0em 0.125em 0.06em -0.06em rgba(0, 0, 0, 0.12); border-radius: 0.25em; @@ -212,7 +214,8 @@ header > div { letter-spacing: 0.05em; display: inline-flex; align-items: center; - box-shadow: 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), + box-shadow: + 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), 0em 0.125em 0.125em 0em rgba(0, 0, 0, 0.14), 0em 0.19em 0.06em -0.125em rgba(0, 0, 0, 0.12); color: #fff; @@ -321,7 +324,8 @@ header > div { letter-spacing: 0.05em; display: inline-flex; align-items: center; - box-shadow: 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), + box-shadow: + 0em 0.06em 0.3em 0em rgba(0, 0, 0, 0.2), 0em 0.125em 0.125em 0em rgba(0, 0, 0, 0.14), 0em 0.19em 0.06em -0.125em rgba(0, 0, 0, 0.12); color: #fff; diff --git a/www/index.html b/www/index.html index de4a6e572..d4397888a 100644 --- a/www/index.html +++ b/www/index.html @@ -1,12 +1,12 @@ - +
- - + +