all repos — site @ cf6af88aa4e83938eef1b74eaed615b5975a0462

source for my site, found at icyphox.sh

reading: Use `<details>` tag instead

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 14 Dec 2019 22:36:19 +0530
commit

cf6af88aa4e83938eef1b74eaed615b5975a0462

parent

3094c657973c40cdeb54866105ba566e6a651989

2 files changed, 18 insertions(+), 7 deletions(-)

jump to
M pages/reading.mdpages/reading.md

@@ -9,12 +9,12 @@ ## I read very infrequently, this might never get updated.

### Books -| | | | -|:-----|:-------|--------:| -| The Way of Kings | **Brandon Sanderson** |`2019-12-14` | -| The Unending Game | **Vikram Sood** | `2019-08-08` | -| By Way of Deception | **Victor Ostrovsky** |`2019-06-21`| -| Terrorism and Counterintelligence | **Blake Mobley** |`2019-05-14` | +| | | +|:-----|--------:| +| <details><summary>The Way of Kings</summary>by **Brandon Sanderson**</details> | `2019-12-14` | +| <details><summary>The Unending Game</summary>by **Vikram Sood**</details> | `2019-08-08` | +| <details><summary>By Way of Deception</summary>by **Victor Ostrovsky**</details> | `2019-06-21`| +| <details><summary>Terrorism and Counterintelligence</summary>by **Blake Mobley**</details> | `2019-05-14` | ### Manga

@@ -23,4 +23,5 @@ |:-----|--------|

| Kakegurui | `2019-10-15` | | Another | `2019-10-12` | | Kekkon Yubiwa Monogatari | `2019-10-08` | - +| Tokyo Ghoul (and :re) | `?` | +| Death Note | `?` |
M static/style.cssstatic/style.css

@@ -102,6 +102,16 @@ color: #021012;

background: cyan; } +details > summary { + list-style: none; + color: gray; + cursor: pointer; +} + +details > summary::-webkit-details-marker { + display: none; +} + .logo { width: 220px; padding-bottom: 60px;