Parsee/etc/ayadoc/style.css
LDA aa71c5cfeb [AYA] See alsos, live-alongs, more documentation
I need to work on _actual_ Parsee, now
2024-08-05 15:23:33 +02:00

52 lines
640 B
CSS

/* CSS style for Parsee Ayadocs */
/* ---------- BASIC STYLING ----------*/
html
{
background-color: #222;
color: #eee;
font-family: sans-serif;
}
blockquote
{
border-left: 2px solid #ccc;
margin: 1.5em 10px;
}
blockquote p
{
display: inline-block;
}
a:visited
{
color: #bedead;
}
a:link
{
color: #fad;
}
/* ---------- AYADOC-SPECIFIC STYLING ----------
* Colors taken from Gruvbox. */
.aya-return
{
color: #fe8019;
}
.aya-arg
{
text-decoration: underline;
color: #fabd2f;
}
.aya-name
{
color: #689d6a;
}
.rets-none
{
text-decoration: underline;
}
.rets-span
{
color: #b16286;
}