customizing
at the top of the css, there's a bunch of variables that can be changed to easily customize the look of this log. i've added comments to explain what they do.
most notably there's a variable
--p
that scales the border width and font size. this page is being displayed at
--p: 4
; you can see an example where
--p: 2
if you go
back and click on "changelog". this also shows you how this page looks if you embed it as an iframe inside another page. i recommend keeping
--p
an integer between 1 and 6.