diff --git a/index.html b/index.html index 06fb723..4b87690 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,50 @@

󰉋 ~/fun-facts

+ +
+
+ +

~/quotes

+
+
+
+

quotes

+

quotes left behind from friends! usually from the fediverse!

+
+ +

"can you make my quote say that i am extremely homophobic and definitely not gay"

+ ~ limineow +
+ +

"*slaps visor* this synth can fit so much brainrot in him"

+ ~ breaadyboy +
+ +

"The evolution of @sneexy from plush yoshi to robo dragon thing is interesting"

+ ~ mikoto +
+ +

"im deporting you until you say ur sorry"

+ ~ av70 +
+ +

"what a horrible day to have beaten the other sperm to the egg 22 years ago"

+ ~ vozercozer +
+ +

"they'll never expect the french inquisition"

+ ~ guigui +
+ +

"skibidi toilet will be mine yeah"

+ ~ binbows +
+
+
+

󰉋 ~/quotes

+
+
diff --git a/style.css b/style.css index 1e91496..221b371 100644 --- a/style.css +++ b/style.css @@ -333,7 +333,7 @@ a { color: var(--green); } /* smol text */ -small { +small, small a { font-size: 14px; } /* lists need some styling */ @@ -505,6 +505,144 @@ socials and links } } +/* +quotes +*/ +.quotes-container { + display: inline-block; + text-align: center; + margin: .3em; + padding: .2em; + border-radius: 1em; + background-color: var(--crust); + p, a, small { + padding-left: 1mm; + padding-right: 1mm; + margin-top: .8mm; + margin-bottom: .8mm; + } +} +#limineow { + background-color: color-mix(in srgb, var(--red) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--red); + text-decoration: underline; + small { + color: var(--red) !important; + text-decoration: underline; + } + } +} +#limineow { + background-color: color-mix(in srgb, var(--red) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--red); + text-decoration: underline; + small { + color: var(--red) !important; + text-decoration: underline; + } + } +} +#bready { + background-color: color-mix(in srgb, var(--peach) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--peach); + text-decoration: underline; + small { + color: var(--peach) !important; + text-decoration: underline; + } + } +} +#mikoto { + background-color: color-mix(in srgb, var(--lavender) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--lavender); + text-decoration: underline; + small { + color: var(--lavender) !important; + text-decoration: underline; + } + } +} +#av70 { + background-color: color-mix(in srgb, var(--mauve) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--mauve); + text-decoration: underline; + small { + color: var(--mauve) !important; + text-decoration: underline; + } + } +} +#vozy { + background-color: color-mix(in srgb, var(--pink) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--pink); + text-decoration: underline; + small { + color: var(--pink) !important; + text-decoration: underline; + } + } +} +#guigui { + background-color: color-mix(in srgb, var(--green) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--green); + text-decoration: underline; + small { + color: var(--green) !important; + text-decoration: underline; + } + } +} +#binbows { + background-color: color-mix(in srgb, var(--crust) 25%, transparent); + p, a, small { + color: var(--text); + text-decoration: none; + } + a:hover { + color: var(--text); + text-decoration: underline; + small { + color: var(--text) !important; + text-decoration: underline; + } + } +} + /* buttons */