aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-03-15 16:14:47 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-03-15 16:14:47 +0000
commit5e528a1484533e64815db07608dc7fb1613fa36f (patch)
treeb389cd15f58351055c75b29507ea844dcc9e7f94 /static
parent2278b8331c6c84eea1d860c89adc7ae4eed24d27 (diff)
downloadeda.gay-5e528a1484533e64815db07608dc7fb1613fa36f.tar.gz
eda.gay-5e528a1484533e64815db07608dc7fb1613fa36f.zip
switched markdown parser, added greentexts
Diffstat (limited to 'static')
-rw-r--r--static/index.md4
-rw-r--r--static/style.css8
2 files changed, 9 insertions, 3 deletions
diff --git a/static/index.md b/static/index.md
index 5caaa92..bc970b7 100644
--- a/static/index.md
+++ b/static/index.md
@@ -5,8 +5,6 @@ i'll post my thoughts on here sometimes, and use this site to link to other stuf
[click here for a random image of lio fotia](/random?tags=lio_fotia)
## FOSS alternative services
-- [nextcloud - dropbox + much more alternative](https://nc.eda.gay)
+- [nextcloud - dropbox (+ much more!) alternative](https://nc.eda.gay)
- [invidious - youtube alternative](https://invidious.eda.gay)
- [nitter - alternative twitter frontend](https://nitter.eda.gay)
-
-more coming! (hopefully)
diff --git a/static/style.css b/static/style.css
index 0e77ec0..a169e55 100644
--- a/static/style.css
+++ b/static/style.css
@@ -115,6 +115,14 @@ aside {
font-size: xx-small;
}
+blockquote span {
+ color: #789922;
+}
+
+blockquote span::before {
+ content: ">";
+}
+
.running {
background-color: green;
padding: 1, 1, 1, 1;