mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 22:53:25 +00:00
update and improve website look
This commit is contained in:
parent
d04a72d219
commit
e9587d39a3
3 changed files with 120 additions and 124 deletions
20
template.css
20
template.css
|
|
@ -33,3 +33,23 @@ section > p time,
|
|||
article { color: #fff; }
|
||||
article > header { display: none; }
|
||||
footer { color: #aaa; }
|
||||
|
||||
.terminal-output {
|
||||
background-color: #111;
|
||||
color: #e0e0e0;
|
||||
border: 2px solid #888;
|
||||
padding: 1em;
|
||||
margin: 1.4em 0;
|
||||
}
|
||||
|
||||
.terminal-output pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
white-space: pre;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
font-size: 0.95em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue