Fix some formatting for vt240 themes
This commit is contained in:
parent
11f4415788
commit
61f8d19879
|
@ -2,7 +2,7 @@ html, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3
|
||||||
font-family: "DEC Terminal Modern", Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
font-family: "DEC Terminal Modern", Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
||||||
color: #ff7700;
|
color: #ff7700;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
font-size: medium;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ a, a.button, a.button.is-primary, input.button.is-primary, input, .input, .texta
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
text-decoration-line: none;
|
text-decoration-line: none;
|
||||||
font-size: medium;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover, a.button:hover, a.button.is-primary:hover, input.button.is-primary:hover {
|
a:hover, a.button:hover, a.button.is-primary:hover, input.button.is-primary:hover {
|
||||||
|
@ -204,6 +203,9 @@ img.emoji
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-item {
|
||||||
|
margin-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.media {
|
.media {
|
||||||
|
|
|
@ -2,7 +2,7 @@ html, body, a, div, div.notification, body, body div, span, object, iframe, h1,
|
||||||
font-family: "DEC Terminal Modern", Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
font-family: "DEC Terminal Modern", Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
||||||
color: #00ff77;
|
color: #00ff77;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
font-size: medium;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr, td, ul, ol {
|
tr, td, ul, ol {
|
||||||
|
@ -21,7 +21,7 @@ a, a.button, a.button.is-primary, input.button.is-primary, input, .input, .texta
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
text-decoration-line: none;
|
text-decoration-line: none;
|
||||||
font-size: medium;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -208,6 +208,9 @@ img.emoji
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-item {
|
||||||
|
margin-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.media {
|
.media {
|
||||||
|
|
Loading…
Reference in New Issue