comparison sat_templates/templates/bulma/static/styles.css @ 354:cac1a96f3df8

bulma (static): better padding on inline `code`
author Goffi <goffi@goffi.org>
date Fri, 25 Nov 2022 17:07:26 +0100
parents e982a05d43b1
children e3e11ced9f8f
comparison
equal deleted inserted replaced
353:ddcdc0475940 354:cac1a96f3df8
160 160
161 :not(div.highlight>pre)>code { 161 :not(div.highlight>pre)>code {
162 border: 1px solid #DDD; 162 border: 1px solid #DDD;
163 color: initial; 163 color: initial;
164 background-color: unset; 164 background-color: unset;
165 padding: 0.05em 0.25em 0.05em;
165 } 166 }
166 167
167 /************** 168 /**************
168 * selections * 169 * selections *
169 **************/ 170 **************/