Procházet zdrojové kódy

allow nosup links to be black

master
Sean Dockray před 3 roky
rodič
revize
b03fd8379b
5 změnil soubory, kde provedl 8 přidání a 4 odebrání
  1. +1
    -1
      content/curriculum/index.md
  2. +1
    -1
      data/books/catalog.json
  3. +4
    -0
      themes/sandpoints/assets/css/site.css
  4. +1
    -1
      themes/sandpoints/assets/css/site.min.css
  5. +1
    -1
      themes/sandpoints/layouts/shortcodes/nosup.html

+ 1
- 1
content/curriculum/index.md
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
data/books/catalog.json
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 4
- 0
themes/sandpoints/assets/css/site.css Zobrazit soubor

@@ -607,6 +607,10 @@ img {
color: red;
}

.nosup.black a {
color: #000;
}

.nosup a span.sup {
display: none;
}


+ 1
- 1
themes/sandpoints/assets/css/site.min.css
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
themes/sandpoints/layouts/shortcodes/nosup.html Zobrazit soubor

@@ -1 +1 @@
<span class="nosup">{{ with .Inner }} {{ $.Page.RenderString . }} {{ end }}</span>
<span class="nosup{{ with .Get 0}} {{.}}{{ end }}">{{ with .Inner }} {{ $.Page.RenderString . }} {{ end }}</span>

Načítá se…
Zrušit
Uložit