2022-02-06 01:15:42 +03:00
|
|
|
/* Color palette based on https://github.com/ayu-theme/ayu-colors */
|
|
|
|
body {
|
2022-03-15 14:37:33 +03:00
|
|
|
background-color: #f8f9fa;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-inductive {
|
2022-03-15 14:37:33 +03:00
|
|
|
color: #86b300;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-constructor {
|
2022-03-15 14:37:33 +03:00
|
|
|
color: #a37acc;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-function {
|
2022-03-15 14:37:33 +03:00
|
|
|
color: #f2ae49;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-axiom {
|
2022-03-15 14:37:33 +03:00
|
|
|
color: #f07171;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ju-string {
|
|
|
|
color: #f07171;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-keyword {
|
2022-03-15 14:37:33 +03:00
|
|
|
color: #399ee6;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-delimiter {
|
2022-03-15 14:37:33 +03:00
|
|
|
color: #787b80;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ju-var {
|
|
|
|
color: #5c6166;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ju-number {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a.hover-highlight {
|
2022-03-15 14:37:33 +03:00
|
|
|
background-color: #dadbdc ;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
a:link, a:visited {
|
2022-03-15 14:37:33 +03:00
|
|
|
text-decoration: none;
|
2022-02-06 01:15:42 +03:00
|
|
|
}
|