mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 17:32:00 +03:00
49 lines
557 B
CSS
49 lines
557 B
CSS
/* Color palette based on https://github.com/ayu-theme/ayu-colors */
|
|
body {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.ju-inductive {
|
|
color: #86b300;
|
|
}
|
|
|
|
.ju-constructor {
|
|
color: #a37acc;
|
|
}
|
|
|
|
.ju-function {
|
|
color: #f2ae49;
|
|
}
|
|
|
|
.ju-axiom {
|
|
color: #f07171;
|
|
}
|
|
|
|
.ju-string {
|
|
color: #f07171;
|
|
}
|
|
|
|
.ju-keyword {
|
|
color: #399ee6;
|
|
}
|
|
|
|
.ju-delimiter {
|
|
color: #787b80;
|
|
}
|
|
|
|
.ju-var {
|
|
color: #5c6166;
|
|
}
|
|
|
|
.ju-number {
|
|
color: #000000;
|
|
}
|
|
|
|
a:hover, a.hover-highlight {
|
|
background-color: #dadbdc ;
|
|
}
|
|
|
|
a:link, a:visited {
|
|
text-decoration: none;
|
|
}
|