Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
44
vendor/cxx/book/css/cxx.css
vendored
Normal file
44
vendor/cxx/book/css/cxx.css
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
:root {
|
||||
--sidebar-width: 310px;
|
||||
}
|
||||
|
||||
.badges img {
|
||||
margin: 0 7px 7px 0;
|
||||
}
|
||||
|
||||
.badges {
|
||||
margin: 16px 0 120px;
|
||||
}
|
||||
|
||||
.boring {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.no-js code:not(.focuscomment) .boring {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.js code:not(.hide-boring) .ellipsis {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.focuscomment .hljs-comment {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.focuscomment .boring {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
nav.sidebar li.part-title i.fa-github {
|
||||
font-size: 20px;
|
||||
padding-right: 5px;
|
||||
padding-top: 12px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.sidebar .sidebar-scrollbox {
|
||||
padding: 10px 0 10px 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue