1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 19:30:05 +02:00
This commit is contained in:
s2
2019-01-14 08:49:18 +01:00
parent c55c6d2e0f
commit 5c2b4c4989
20 changed files with 38227 additions and 0 deletions

13
main.css Normal file
View File

@@ -0,0 +1,13 @@
.bd-callout-info {
border-left-color: #5bc0de;
}
.bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid #eee;
border-left-color: rgb(238, 238, 238);
border-left-width: 1px;
border-left-width: .25rem;
border-radius: .25rem;
}