changelog shortlog graph tags branches files raw help

Mercurial > org / changeset: theme updates

changeset 50: bf3325947b23
parent 49: 18ee3e9bf1e1
tag:tip
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 08 Sep 2024 12:25:38 -0400
files: .hgsubstate clean.theme
description: theme updates
     1.1--- a/.hgsubstate	Wed Sep 04 17:02:33 2024 -0400
     1.2+++ b/.hgsubstate	Sun Sep 08 12:25:38 2024 -0400
     1.3@@ -1,5 +1,5 @@
     1.4 1eeeb41ba71d380f5fcf49d83ffd40df32ffd44e blog
     1.5-ac162428d5e349407a391c42dead8c962c210d20 docs
     1.6-06698c6708de4ceb841da1e646c89a4072b2357e meta
     1.7-45ac54093c0925fde93384addb414d9d654ba706 notes
     1.8-e08c4d391e95931a3dff0bc0a36e0b54578e0f61 plan
     1.9+9f2e9e64733350f6efe9ac7d8ce7b43b42c5d799 docs
    1.10+995df3d48af0c4a13f572b782f40d3f387d0e83a meta
    1.11+a63dfd1affedf355209f926dd5c0a8eabc92e07d notes
    1.12+ab65bef096ddfcb5c2395732191fa6ea675f6b97 plan
     2.1--- a/clean.theme	Wed Sep 04 17:02:33 2024 -0400
     2.2+++ b/clean.theme	Sun Sep 08 12:25:38 2024 -0400
     2.3@@ -1,6 +1,3 @@
     2.4-:PROPERTIES:
     2.5-:ID:       d31224e1-4ef6-44f9-8350-4f890735f164
     2.6-:END:
     2.7 ; -*- mode: org -*-
     2.8 #+STARTUP: entitiespretty
     2.9 #+language: ulang
    2.10@@ -8,7 +5,6 @@
    2.11 #+OPTIONS: org-html-head-include-default-style:t ^:nil _:nil email:t \n:nil Tex:t LaTeX:t broken-links:mark toc:t
    2.12 #+HTML_DOCTYPE: html5
    2.13 #+HTML_LINK_HOME: https://compiler.company
    2.14-#+HTML_LINK_UP: https://compiler.company
    2.15 #+LATEX_HEADER: \usepackage{placeins}
    2.16 #+LATEX_HEADER: \usepackage{parskip}
    2.17 #+LATEX_HEADER: \usepackage{xcolor}
    2.18@@ -373,9 +369,10 @@
    2.19 #+HTML_HEAD:   cursor: pointer;
    2.20 #+HTML_HEAD: }
    2.21 #+HTML_HEAD: button:hover {background: #3F3F37; color:#EDF060;}
    2.22-#+HTML_HEAD: .show {text-decoration: overline; float:right;}
    2.23-#+HTML_HEAD: .hide {text-decoration: underline; float:right; text-underline-offset:0.2em;}
    2.24-#+HTML_HEAD: .home {text-decoration: overline; float:left; font-size:24px;}
    2.25+#+HTML_HEAD: .show {float:right;}
    2.26+#+HTML_HEAD: .hide {float:right;}
    2.27+#+HTML_HEAD: .home {float:left; font-size:24px;}
    2.28+#+HTML_HEAD: .up {float:left; font-size:24px;}
    2.29 # #+HTML_HEAD: /* table of content */
    2.30 # #+HTML_HEAD: nav, #table-of-contents {
    2.31 # #+HTML_HEAD:   cursor: pointer;