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

updates styles

This commit is contained in:
eldadfux 2019-10-26 09:14:02 +03:00
parent 3a085779dc
commit 39862ce6bf
3 changed files with 3 additions and 9 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,12 +15,6 @@ 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;
@ -31,8 +25,8 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
padding: 5px 10px;
border-radius: 15px;
font-size: 10px;
font-weight: 600;
.func-end(10px);
opacity: 0.95;
}
&[data-lang="bash"]::after {