Initial commit
This commit is contained in:
commit
5c673525d6
43 changed files with 9620 additions and 0 deletions
11
src/assets/styles/index.css
Normal file
11
src/assets/styles/index.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.header-anchor {
|
||||
text-decoration: none!important;
|
||||
}
|
||||
|
||||
h1 > a.header-anchor {
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
h2 > a.header-anchor {
|
||||
font-weight: 700;
|
||||
}
|
Reference in a new issue