logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 55190e183401a4323f73c01529e17a378a9909af
parent 02a2de9eda9f1d9482a0bf69d214a6d32a0e06da
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Mar 2019 21:57:48 +0100

css/index.css: Add .select-all

Diffstat:

Mcss/index.css6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -45,6 +45,12 @@ quote[lang=fr]::after, *[lang=fr] > quote::after { content: " »"; } quote + cite::before { content: " — "; } /* classes */ +.select-all { + -webkit-user-select: all; + -moz-user-select: all; + -ms-user-select: all; + user-select: all; +} .warn { border-bottom: 1pt solid var(--dark-ansi01); } dl.list dt { display: list-item;