1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Updated styles

This commit is contained in:
eldadfux 2019-10-26 08:54:06 +03:00
parent a62f54e14b
commit 1f5d522ba4
3 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -15,13 +15,19 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
border-radius: 10px;
margin-bottom: 30px;
&:hover {
&[data-lang]::after {
display: none;
}
}
&[data-lang]::after {
content: attr(data-lang);
display: inline-block;
background: #ffffff;
color: #000000;
position: absolute;
top: 10px;
top: 15px;
padding: 6px 10px;
border-radius: 6px;
font-size: 11px;
@ -91,6 +97,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
padding: 2px;
color: #6a6a6d;
border: solid 2px #414142;
font-size: 14px;
}
pre {