kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit b3aff71bca96db885e1f985d773aceb94a2fa4fe
parent 81935e180486457f225c842d5c9f82e354e45c06
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Fri, 23 Feb 2024 23:52:18 -0300

Add inline style to header

Diffstat:
Mcommon/header.shtml | 2+-
Mcss/style.css | 5++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/common/header.shtml b/common/header.shtml
@@ -2,7 +2,7 @@
     <div class="header_flex_div">
         <h1 id="header_title">
             <a href="/" id="header_link">Martin Klöckner's Webpage</a>
-            <a href="/" id="header_link_short">Martin's Webpage</a>
+            <a href="/" id="header_link_short" style="display: none;">Martin's Webpage</a>
         </h1>
          <ul class="header_buttons">
              <li class="header_button" style="padding-right: 14px"><a href="https://git.kloeckner.com.ar/" style="text-decoration: none;">git</a></li>
diff --git a/css/style.css b/css/style.css
@@ -73,8 +73,7 @@ header {
     font-family: inconsolata, "Futura Medium";
 }
 
-#header_link_short {
-    display: none;
+    font-family: "inconsolata", monospace, "DejaVu Sans", sans, sans-serif;
 }
 
 #header_link:hover {
@@ -398,7 +397,7 @@ b-time {
         display: none;
     }
     #header_link_short {
-        display: initial;
+        display: initial !important;
     }
 }