All checks were successful
Gitea Actions Demo / publish (push) Successful in 47s
26 lines
319 B
CSS
26 lines
319 B
CSS
/*
|
|
* theme "Aparoksha (light)" by david-swift
|
|
*/
|
|
|
|
.z-code {
|
|
color: #65783;
|
|
background-color: #F2F2F2;
|
|
}
|
|
.z-string {
|
|
color: #FF2D75;
|
|
}
|
|
.z-constant.z-numeric {
|
|
color: #FF2D75;
|
|
}
|
|
.z-keyword {
|
|
color: #FF2D75;
|
|
font-weight: bold;
|
|
}
|
|
.z-storage {
|
|
color: #FF2D75;
|
|
font-weight: bold;
|
|
}
|
|
.z-comment {
|
|
color: #828282;
|
|
}
|