diff --git a/blog/index.html b/blog/index.html index bfc9ba6..f79f24c 100644 --- a/blog/index.html +++ b/blog/index.html @@ -60,12 +60,12 @@
- +

blog

alternatively; rantpage

welcome to my "blog", or whatever this is supposed to be. i rant about random things and make large writeups that probably won't make sense or contain many errors. thanks for stopping by!

@@ -83,7 +83,7 @@

read it!

- +
diff --git a/fedi-guide/index.html b/fedi-guide/index.html index d21e31a..c6ae993 100644 --- a/fedi-guide/index.html +++ b/fedi-guide/index.html @@ -70,12 +70,12 @@
- +

welcome to...

ruben's opinionated fediverse guide!

hi there! this is my own attempt at making a guide to introduce users to the fediverse, as comfortably and easy as i can try to make it.

@@ -106,7 +106,7 @@
diff --git a/index.html b/index.html index 37fd024..7f19b02 100644 --- a/index.html +++ b/index.html @@ -26,34 +26,34 @@ @@ -62,11 +62,11 @@ having to use everything like *this*. maybe figure out how to do it all without needing to use everything in a div so we can only just use

or something -->

- +

hey! welcome to

@@ -78,12 +78,12 @@
- + if any are broken and/or missing, poke me.

friends!

@@ -166,7 +166,7 @@
- +
diff --git a/me/dni/index.html b/me/dni/index.html index b89516b..9582060 100644 --- a/me/dni/index.html +++ b/me/dni/index.html @@ -58,12 +58,12 @@
- +

do not interact

my own dni list. also includes specific bits for other platforms such as the fediverse.

@@ -96,7 +96,7 @@

feel free to send a follow request if you think you pass all of the above or aren't on an instance i dislike a bit too much!

if you'd like to ask for reasons with the list above, feel free to send a DM.

- +
diff --git a/me/index.html b/me/index.html index 564d407..184edeb 100644 --- a/me/index.html +++ b/me/index.html @@ -92,11 +92,11 @@ having to use everything like *this*. maybe figure out how to do it all without needing to use everything in a div so we can only just use

or something -->

- +


@@ -131,12 +131,12 @@
- +

about me

some gay 18 year old synth computer enjoyer with adhd (and probably autism), with access to the internet and nothing to do. i like big round things.

i consider myself to be a Professional Computer Toucher™. in both soulless boxes running either corporate or free software and robot-aligned beings (you know, synths or protogens. love em!).

@@ -149,18 +149,18 @@

Certified™ idiot (i think this one is obvious)

usually pretty tired and sometimes full of ideas that i just can't bring myself to execute.

- +
- +

socials n' contacts

these are my public facing accounts and contact methods. if i know you well, you may ask me for anything else. (e.g discord, matrix etc.)

@@ -201,17 +201,17 @@
- +
- +

"fun" facts

    @@ -223,18 +223,18 @@
  • i am still terrible at spelling. still made mistakes even when making this site. online dictionaries my beloved.
- +
- +

quotes

quotes left behind from friends! usually from the fediverse!

@@ -268,7 +268,7 @@
- +
diff --git a/style.css b/style.css index 7cdc344..983b263 100644 --- a/style.css +++ b/style.css @@ -24,9 +24,10 @@ body { margin: -10px 0px -20px; /* terminal icon */ - .ph-terminal { - font-size: 25px; - align-self: center; + .phosphor-icon.term-icon { + width: 25px !important; + height: 25px !important; + align-self: center !important; } /* title text */ @@ -70,6 +71,10 @@ body { background-color: var(--crust); border-radius: 3em; padding: 0px 12px 0px 12px; + + .phosphor-icon { + fill: var(--sapphire) !important; + } } .status { color: var(--green); @@ -337,6 +342,16 @@ h1 a:hover { text-decoration: underline; } +/* the phosphor icons svgs */ +.phosphor-icon { + width: 1.3rem; + height: 1.3rem; + padding-bottom: .2rem; + vertical-align: middle !important; + color: var(--text) !important; + fill: var(--text) !important; +} + /* line seperator */ #seperator { @@ -354,18 +369,6 @@ summary { display: flex; } -summary::after { - font-family: "Phosphor-Fill" !important; - content: '\e136'; - align-self: center; - margin-left: .70em; - transition: 0.2s; -} - -details[open] > summary::after { - transform: rotate(180deg); -} - /* styled summary styling */ details.styled { @@ -695,7 +698,7 @@ footer { color: var(--crust); padding: .3em; border-radius: 8px; - width: 5.4em; + width: 4.7em; i:not(:first-child) { margin-left: -.5em;