mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-11 15:25:34 +00:00
Merge pull request #7326 from trustable-code/patch-6
Fix background-color in nimdoc.cfg
This commit is contained in:
@@ -229,7 +229,7 @@ body {
|
||||
line-height: 20px;
|
||||
color: #444;
|
||||
letter-spacing: 0.15px;
|
||||
background-color: rgba(252, 248, 244, 0.45); }
|
||||
background-color: #FDFBFA; }
|
||||
|
||||
/* Skeleton grid */
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user