1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 19:30:05 +02:00

add readme

This commit is contained in:
s2
2019-01-16 17:26:27 +01:00
parent 280168b820
commit 5754c5cdf3
3 changed files with 58 additions and 87 deletions

View File

@@ -1,7 +1,5 @@
.bd-callout-info {
pre {
border-left-color: #5bc0de;
}
.bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
@@ -11,3 +9,9 @@
border-left-width: .25rem;
border-radius: .25rem;
}
pre code {
font-size: inherit;
color: #e83e8c;
word-break: normal;
}