-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc5c6a3
commit 762531c
Showing
10 changed files
with
1,494 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.side-by-side .query { | ||
background-color: white; | ||
color: black; | ||
} | ||
|
||
.side-by-side .query h3 { | ||
color: black; | ||
} | ||
|
||
.side-by-side .query h3 a { | ||
display: none; | ||
} | ||
|
||
.lmql-str { | ||
color: #7ea464; | ||
} | ||
|
||
.lmql-kw { | ||
color: #a866bd; | ||
} | ||
|
||
.side-by-side .query pre { | ||
font-size: 8pt; | ||
color: rgb(88, 87, 87); | ||
} | ||
|
||
.query anchor { | ||
border-bottom-color: rgb(62, 57, 57); | ||
} |
Oops, something went wrong.