Narrow boxes in terminal themes
This commit is contained in:
parent
773975917b
commit
a289ef37e5
|
@ -60,7 +60,7 @@ div.card-header-title, div.card-header-icon {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 80em;
|
max-width: 80ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
|
|
|
@ -5,7 +5,6 @@ html, body, a, div, div.notification, body, body div, span, object, iframe, h1,
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tr, td, ul, ol {
|
tr, td, ul, ol {
|
||||||
border-color: #00ff77;
|
border-color: #00ff77;
|
||||||
outline: 1px solid #00ff77;
|
outline: 1px solid #00ff77;
|
||||||
|
@ -34,7 +33,7 @@ a:hover, a.button:hover, a.button.is-primary:hover, input.button.is-primary:hove
|
||||||
.control input[type=text], .control textarea
|
.control input[type=text], .control textarea
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 80em;
|
max-width: 80ex;
|
||||||
border: 1px solid #00ff77;
|
border: 1px solid #00ff77;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
margin-bottom: 1ex;
|
margin-bottom: 1ex;
|
||||||
|
@ -62,7 +61,7 @@ div.card-header-title, div.card-header-icon {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 80em;
|
max-width: 80ex;
|
||||||
color: #00ff88;
|
color: #00ff88;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue