kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit bbc1b71afa6ae4a1a82562a183d95ab69cb1e3ff
parent 31f6189baa0ba1a486e3ac33ffb6e5fc94d94c0b
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sat, 21 Jan 2023 20:02:00 -0300

fix inline code blocks background-color

Diffstat:
Mcss/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/style.css b/css/style.css
@@ -271,7 +271,7 @@ p { padding-bottom: 1em; }
 code {
     font-size: 85%;
     font-family: "Ubuntu Mono", monospace;
-    /* background-color: rgba(110,118,129,0.4); */
+    background-color: rgba(110,118,129,0.4);
     padding: .1em .4em;
     margin: 0;
     border-radius: 6px;