mirror of https://gitlab.com/bashrc2/epicyon
Mark style
parent
4876d5382e
commit
c1e0d893cd
|
@ -201,6 +201,13 @@ figure {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mark {
|
||||||
|
border: 1px solid var(--main-fg-color);
|
||||||
|
border-radius: 10%;
|
||||||
|
background-color: var(--main-bg-color);
|
||||||
|
color: var(--main-fg-color);
|
||||||
|
}
|
||||||
|
|
||||||
.accesskeys {
|
.accesskeys {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1718,7 +1725,7 @@ div.container {
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: var(--quote-font-size-mobile);
|
font-size: var(--quote-font-size-mobile);
|
||||||
}
|
}
|
||||||
.accountsTable {
|
.accountsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue