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
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+8 -1
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 {