1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

Updated styles

This commit is contained in:
eldadfux 2019-10-26 08:48:09 +03:00
parent a549c6a8c3
commit a62f54e14b
3 changed files with 13 additions and 8 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

@ -21,12 +21,12 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
background: #ffffff;
color: #000000;
position: absolute;
top: 0;
padding: 3px 6px;
border-radius: 0 0 10px 10px;
top: 10px;
padding: 6px 10px;
border-radius: 6px;
font-size: 11px;
font-weight: 600;
.func-end(60px);
.func-end(10px);
}
&[data-lang="bash"]::after {
@ -35,10 +35,15 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
}
&[data-lang="javascript"]::after {
background: #edd90a;
background: #fff054;
color: #333232;
}
&[data-lang="html"]::after {
background: #ff895b;
color: #ffffff;
}
&[data-lang="php"]::after {
background: #6182bb;
color: #ffffff;
@ -50,7 +55,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
}
&[data-lang="ruby"]::after {
background: #e61521;
background: #fc3f48;
color: #ffffff;
}