mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 02:39:06 +03:00
Merge branch 'master' into master
This commit is contained in:
commit
603898c30b
9 changed files with 14 additions and 6 deletions
1
USERS.md
1
USERS.md
|
@ -43,6 +43,7 @@
|
|||
- https://mathiejosh.xyz **Josh Mathie** (Electrical Engineering Technology Student/Sales and Engineering Tech)
|
||||
- https://yuji.ne.jp/ **YUJI** (Student & Software Developer)
|
||||
- https://mcwertgaming.github.io **Damon Leven** (Student & Software Developer)
|
||||
- https://sethsimmons.me **Seth Simmons** (Information Security Engineer, Cryptocurrency Writer)
|
||||
|
||||
<!--
|
||||
TEMPLATE:
|
||||
|
|
6
assets/css/gist.css
Normal file
6
assets/css/gist.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
body .gist .blob-num /* line numbers */,
|
||||
body .gist .blob-code-inner
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ blockquote {
|
|||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
table-layout: auto;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 40px 0;
|
||||
|
|
|
@ -14,3 +14,4 @@
|
|||
@import 'syntax.css';
|
||||
@import 'code.css';
|
||||
@import 'terms.css';
|
||||
@import 'gist.css';
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue