better style, DOS colors, simplified content
This commit is contained in:
parent
c9b86ba012
commit
8338b702b4
12 changed files with 182 additions and 234 deletions
|
|
@ -31,7 +31,7 @@ body {
|
|||
font-size: 1.4em;
|
||||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
background: #090A0E;
|
||||
background: #000;
|
||||
color: #bbb;
|
||||
height: 100vh;
|
||||
overflow-x: hidden;
|
||||
|
|
@ -115,7 +115,7 @@ th, td
|
|||
|
||||
a {
|
||||
background-color: #bbb;
|
||||
color:#090A0E;
|
||||
color:#000;
|
||||
padding: 0.2em 0.3em 0em 0.3em;
|
||||
}
|
||||
|
||||
|
|
@ -164,10 +164,10 @@ hr
|
|||
}
|
||||
|
||||
abbr {
|
||||
color: #555;
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
padding: 0;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.hentry .entry-summary p {
|
||||
|
|
@ -187,16 +187,6 @@ abbr {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.post-info {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.author a {
|
||||
padding: 0;
|
||||
background: none;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
@keyframes cursor-blink {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
|
@ -206,6 +196,7 @@ abbr {
|
|||
#root {
|
||||
display: block;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
[contenteditable="true"]:active,
|
||||
|
|
@ -240,7 +231,7 @@ blockquote {
|
|||
border: 1px solid;
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
background: #222;
|
||||
background: #555;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue