-
Notifications
You must be signed in to change notification settings - Fork 0
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
c760aec
commit 1fa0358
Showing
3 changed files
with
35 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
Copyright 2024 Nekoweb Wiki | ||
This software is licensed under the 3-clause BSD license. | ||
You should have recieved a copy of such license with this software, | ||
if you did not, a copy can be found at the following | ||
https://opensource.org/license/BSD-3-Clause | ||
Otherwise, a copy of the license can be found in the root directory | ||
of the source files, see | ||
https://github.com/NekowebWiki/WikiGen | ||
*/ | ||
.codehilite pre { | ||
white-space: pre-wrap; | ||
margin: 0; | ||
} | ||
|
||
.codehilite { | ||
background-color: #0007; | ||
color: #fff; | ||
padding: 5px | ||
} |
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