diff --git a/harmful/society/transhumanism.md b/harmful/society/transhumanism.md new file mode 100644 index 0000000..b94ea08 --- /dev/null +++ b/harmful/society/transhumanism.md @@ -0,0 +1,4 @@ +# t. uncle ted + +Do you think [Bob Page](https://en.wikipedia.org/wiki/Elon_Musk) won't +botnet his transhumanist shit? haha diff --git a/themes/index.md b/themes/index.md index 0a9c3d6..491e1f1 100644 --- a/themes/index.md +++ b/themes/index.md @@ -11,6 +11,11 @@ These themes are in the public domain. [SICP](https://kill-9.xyz/sicp.css) +[Yotsuba](https://kill-9.xyz/yotsuba.css) + [Yotsuba B](https://kill-9.xyz/yotsubab.css) +[Tomorrow](https://kill-9.xyz/tomorrow.css) + [Fauux](https://kill-9.xyz/fauux.css) + diff --git a/tomorrow.css b/tomorrow.css new file mode 100644 index 0000000..be78fd2 --- /dev/null +++ b/tomorrow.css @@ -0,0 +1,25 @@ +* { cursor: url(https://callcc.kill-9.xyz/cursor.png), auto; } +body { background-color: #1d1f21;} +.midHeader{ background-color: #282a2e!important; } +#side-bar { background-color: #1d1f21; } +#side-bar a { color: black; } +#side-bar a:hover { + color: white!important; + background-color: #428a42; +} +h1,h2,h3,h4,h5,h6, p, #footer a{ + color:#c5c8c6!important; + +} +.headerTitle a{color:#81a2be !important;} + +#footer {background-color: #282a2e!important;} + +#side-bar a{color:#81a2be !important;} + +#main-copy a { color: #81a2be !important; } + +li, ul, ol { + padding-left: 0.7em !important; + color: #81a2be !important; +} diff --git a/yotsuba.css b/yotsuba.css new file mode 100644 index 0000000..9c463d8 --- /dev/null +++ b/yotsuba.css @@ -0,0 +1,16 @@ +body { background-color: #ffffee;} +.midHeader{ background-color: #f0e0d6!important; } +#side-bar { background-color: #ffffee; } +#side-bar a { color: black; } +#side-bar a:hover { + color: white!important; + background-color: #428a42; +} +h1,h2,h3,h4,h5,h6, p{ + color:maroon!important;} + +p { + color:maroon!important; +} +#footer {background-color: #f0e0d6!important;} +blockquote > p {color:#789922!important;}