Minor updates

This commit is contained in:
Adi Chirilov
2020-08-24 12:29:09 +03:00
parent ae44dcb68f
commit c0246101f7
7 changed files with 301 additions and 340 deletions

View File

@ -1059,13 +1059,12 @@ body.mdbootstrap .partner.creativetim {
background-color: #212529;
color: #fff; }
/*
.bd-clipboard {
position: relative;
display: none;
float: right; }
.bd-clipboard + .highlight {
margin-top: 0; } */
margin-top: 0; }
.btn-clipboard {
position: absolute;
@ -1273,6 +1272,16 @@ body.mdbootstrap .partner.creativetim {
.css .nt + .nt {
color: #999; }
.language-bash::before {
color: #009;
content: "$ ";
user-select: none; }
.language-powershell::before {
color: #009;
content: "PM> ";
user-select: none; }
.anchorjs-link {
font-weight: normal;
color: rgba(156, 39, 176, 0.5);