Skip to content

Commit fc658dd

Browse files
authored
Update outline.css
1 parent 6e86163 commit fc658dd

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

docs/outline.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
* {margin-left:2rem;}
2-
.filename {font-weight:bold; color:grey; font-size:2rem;}
3-
.signature {font-weight:bold; margin-left:2rem;}
4-
.class {color:blue;}
5-
.def {color:orange; }
6-
.docstring {color:darkgreen;}
7-
8-
.content {border-left: 2px solid #ccc; color:black; padding-left: 1em; background: #f9f9f9;}
9-
.docstring {color:green;}
1+
* {margin-left:2rem; background: rgb(255, 255, 240); font-family: system-ui, sans-serif; color:rgb(50, 60, 20);}
2+
.filename {font-weight:bold; font-size:2.5rem;}
3+
.signature {font-weight:bold;}
4+
.class {color:rgb(50,100,200); font-size:1.5rem;}
5+
.def {color:rgb(60, 70, 30); }
6+
.content {color:rgb(10,10,10); padding-left: 2rem; margin-top:5px; }
7+
.docstring {color:rgb(0, 100, 0); }

0 commit comments

Comments
 (0)