41 lines
2 KiB
CSS
41 lines
2 KiB
CSS
/* Aspects. */
|
|
.content .Agda .Comment { color: #B22222 }
|
|
.content .Agda .Background {}
|
|
.content .Agda .Markup { color: #000000 }
|
|
.content .Agda .Keyword { color: #CD6600 }
|
|
.content .Agda .String { color: #B22222 }
|
|
.content .Agda .Number { color: #A020F0 }
|
|
.content .Agda .Symbol { color: #404040 }
|
|
.content .Agda .PrimitiveType { color: #0000CD }
|
|
.content .Agda .Pragma { color: black }
|
|
.content .Agda .Operator {}
|
|
.content .Agda .Hole { background: #B4EEB4 }
|
|
|
|
/* NameKinds. */
|
|
.content .Agda .Bound { color: black }
|
|
.content .Agda .Generalizable { color: black }
|
|
.content .Agda .InductiveConstructor { color: #008B00 }
|
|
.content .Agda .CoinductiveConstructor { color: #8B7500 }
|
|
.content .Agda .Datatype { color: #0000CD }
|
|
.content .Agda .Field { color: #EE1289 }
|
|
.content .Agda .Function { color: #0000CD }
|
|
.content .Agda .Module { color: #A020F0 }
|
|
.content .Agda .Postulate { color: #0000CD }
|
|
.content .Agda .Primitive { color: #0000CD }
|
|
.content .Agda .Record { color: #0000CD }
|
|
|
|
/* OtherAspects. */
|
|
.content .Agda .DottedPattern {}
|
|
.content .Agda .UnsolvedMeta { color: black; background: yellow }
|
|
.content .Agda .UnsolvedConstraint { color: black; background: yellow }
|
|
.content .Agda .TerminationProblem { color: black; background: #FFA07A }
|
|
.content .Agda .IncompletePattern { color: black; background: #F5DEB3 }
|
|
.content .Agda .Error { color: red; text-decoration: underline }
|
|
.content .Agda .TypeChecks { color: black; background: #ADD8E6 }
|
|
.content .Agda .Deadcode { color: black; background: #808080 }
|
|
.content .Agda .ShadowingInTelescope { color: black; background: #808080 }
|
|
|
|
/* Standard attributes. */
|
|
.Agda a { text-decoration: none }
|
|
.Agda a[href]:hover { background-color: #B4EEB4 }
|
|
.Agda [href].hover-highlight { background-color: #B4EEB4; }
|