[AYA] See alsos, live-alongs, more documentation

I need to work on _actual_ Parsee, now
This commit is contained in:
LDA 2024-08-05 15:23:33 +02:00
commit aa71c5cfeb
10 changed files with 302 additions and 45 deletions

View file

@ -27,7 +27,8 @@ a:link
}
/* ---------- AYADOC-SPECIFIC STYLING ----------*/
/* ---------- AYADOC-SPECIFIC STYLING ----------
* Colors taken from Gruvbox. */
.aya-return
{
color: #fe8019;
@ -45,3 +46,7 @@ a:link
{
text-decoration: underline;
}
.rets-span
{
color: #b16286;
}