diff --git a/assets/common.css b/assets/common.css index f96c460..1eb1475 100644 --- a/assets/common.css +++ b/assets/common.css @@ -52,4 +52,9 @@ a.card { text-align: center; background-color: #000a; backdrop-filter: blur(8px); +} + +img.svg { + /* #eee, loss: 0.0 */ + filter: invert(99%) sepia(4%) saturate(173%) hue-rotate(88deg) brightness(114%) contrast(87%); } \ No newline at end of file diff --git a/assets/index.css b/assets/index.css index 75dc2b0..8dcebcf 100644 --- a/assets/index.css +++ b/assets/index.css @@ -15,6 +15,12 @@ body { border-radius: 12px; } +.card > .button { + width: 32px; + height: 32px; + margin: 12px auto; +} + .content > .title { font-weight: bold; } diff --git a/assets/svg/arrow_back.svg b/assets/svg/arrow_back.svg new file mode 100644 index 0000000..cba0c8b --- /dev/null +++ b/assets/svg/arrow_back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.php b/index.php index b874950..ec1b48f 100644 --- a/index.php +++ b/index.php @@ -7,14 +7,16 @@ + + +
- ' . $file . ' + ' . str_replace($filtered_request, '', $file) . '
'; }