Skip to content

Commit 18dd66f

Browse files
committed
Add default tor.css for github
CDN will uses non-overridden tor.css file which indicate users that they are not using tor.
1 parent 9a564ed commit 18dd66f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_lay/layout.dhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ${CONTENT}
2525
<footer>
2626
<span class="right">
2727
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC-BY</a>&ensp;<a href="/about/contact.html">Ivan Tham</a>
28-
<link rel="stylesheet" href="/tor">
28+
<link rel="stylesheet" href="/tor.css">

tor.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#tor{color:#df0000}

0 commit comments

Comments
 (0)