diff options
author | breadcat | 2023-11-13 19:59:39 +0000 |
---|---|---|
committer | breadcat | 2023-11-13 19:59:39 +0000 |
commit | 726f2e4cfc03ac59492402e2c8d444932dabef20 (patch) | |
tree | 6fdf807eb0ca0d3ac57a16007ed6f9feb6bdcd48 /themes | |
parent | fa1421674ef81c9b49555ce89bdab9eed1f39f50 (diff) | |
download | blog.minskio.co.uk-726f2e4cfc03ac59492402e2c8d444932dabef20.tar.gz blog.minskio.co.uk-726f2e4cfc03ac59492402e2c8d444932dabef20.tar.bz2 blog.minskio.co.uk-726f2e4cfc03ac59492402e2c8d444932dabef20.zip |
Add opacity to checked checkboxes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 155e4a6..5cbc739 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -17,6 +17,7 @@ aside ul form input{background:#212121;color:#e0e0e0;padding:1.5vh;border:1px solid #e0e0e0;border-radius:1vh} main{margin:8vh auto;max-width:90%} main h1{font-size:xx-large;margin-top:8vh} + input:checked,input:checked+label{opacity:50%} code{background:#eee;font-family:Consolas,monaco,monospace;padding:5px;font-size:75%} pre>code{display:block;padding:20px;white-space:pre-wrap;font-size:75%;max-width:80ch} a,h1,li,p{max-width:70ch} |