Update base.css
This commit is contained in:
parent
30876a8ad5
commit
482e24c477
1 changed files with 14 additions and 1 deletions
|
|
@ -55,6 +55,17 @@ a {
|
||||||
|
|
||||||
.escape { grid-column: 1 / -1 !important }
|
.escape { grid-column: 1 / -1 !important }
|
||||||
|
|
||||||
|
.unescape {
|
||||||
|
max-width: 42rem;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
& * {
|
||||||
|
max-width: inherit;
|
||||||
|
margin-left: inherit;
|
||||||
|
margin-right: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* HEADER */
|
/* HEADER */
|
||||||
header {
|
header {
|
||||||
border-bottom: 3px #00000022 solid;
|
border-bottom: 3px #00000022 solid;
|
||||||
|
|
@ -94,7 +105,7 @@ main {
|
||||||
grid-area: main;
|
grid-area: main;
|
||||||
background-color: var(--color-green-light);
|
background-color: var(--color-green-light);
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
aside { margin-top: 1.3em }
|
aside, form { margin-top: 1.3em }
|
||||||
article {
|
article {
|
||||||
.intro { font-size: 1.2rem; line-height: 1.35em }
|
.intro { font-size: 1.2rem; line-height: 1.35em }
|
||||||
.footnotes {
|
.footnotes {
|
||||||
|
|
@ -134,6 +145,8 @@ table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--color-grey);
|
color: var(--color-grey);
|
||||||
outline: .08rem var(--color-grey) solid;
|
outline: .08rem var(--color-grey) solid;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
&:hover { background-color: var(--color-grey); color: white; outline: none }
|
&:hover { background-color: var(--color-grey); color: white; outline: none }
|
||||||
&:active, &.active { background-color: var(--color-green); color: white; outline: none }
|
&:active, &.active { background-color: var(--color-green); color: white; outline: none }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue