ソースを参照

allow nosup links to be black

master
Sean Dockray 3年前
コミット
b03fd8379b
5個のファイルの変更8行の追加4行の削除
  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
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
data/books/catalog.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 4
- 0
themes/sandpoints/assets/css/site.css ファイルの表示

@@ -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
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
themes/sandpoints/layouts/shortcodes/nosup.html ファイルの表示

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

読み込み中…
キャンセル
保存