]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Valentine message
authorAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 07:29:09 +0000 (17:59 +1030)
committerAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 07:29:09 +0000 (17:59 +1030)
app/assets/stylesheets/application.css
app/views/pubview/index.html.erb

index 3b75d9a35a9ce8a18ea614d83af2de80ac455bd8..87f41ac9956f7ee421e17d821aecc9c69d0c5468 100644 (file)
@@ -878,3 +878,9 @@ ul .post-item a:visited {
 .foot_separator {
     margin-top: -1.5em;
 }
+
+#valentine {
+    color: var(--accent-b);
+    font-weight: 200;
+    margin-left: 10px;
+}
index 9e02b68aabd81522fb019aa43641af1caa73df6f..2a9b2f22f989915e5c8a9d87eaf8ef96a0267392 100644 (file)
@@ -2,7 +2,7 @@
   <%= link_to root_path do %>
        <%= image_tag "icon-512.png", class: "logo", alt: "mind reader logo" %>
   <% end %>
-  <h1 class="header">mind reader</h1>
+  <h1 class="header">mind reader <% if [Time.current.strftime("%-d/%-m")] & ["9/1", "8/2", "14/2"] %><small id="valentine">acb&#10086;pab</small><% end %></h1>
   <p class="subheading"><small>An anti-capitalist blog of dispatches and links from Aidan Cornelius-Bell</small></p>
 </div>