From 2ba82da84b1b53f3f907ffe1869276f38345bf79 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 20 Feb 2024 02:52:29 +0100 Subject: Style fixes --- _layouts/base.html | 4 +++- index.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index a4d316e..c652e54 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -158,7 +158,9 @@ margin: 0!important; } - audio::-webkit-media-controls-enclosure { } + audio::-webkit-media-controls-enclosure { + border-radius: 0; + } .highlight .hll { background-color: #ffffcc } .highlight { background: #ffffff; } diff --git a/index.html b/index.html index adef4d3..c3cbf05 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ layout: index

You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.

- + Latest experiment: Examine graphical representations of binary files using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). -- cgit v1.2.3