increase maxwidth and whiter font color
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
951e2c22d3
commit
ac32e5d1c3
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
:root {
|
:root {
|
||||||
--selection: rgba(124, 75, 173, 0.5);
|
--selection: rgba(124, 75, 173, 0.5);
|
||||||
--bg: #171e26;
|
--bg: #171e26;
|
||||||
--font-color: #a1a1aa;
|
--font-color: #bcbcc5;
|
||||||
--code-font-color: #eeeeee;
|
--code-font-color: #eeeeee;
|
||||||
--code-bg-color: #333333;
|
--code-bg-color: #333333;
|
||||||
--quote-border-color: #bd93f9;
|
--quote-border-color: #bd93f9;
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--font-size: 17px;
|
--font-size: 17px;
|
||||||
--max-width: 720px;
|
--max-width: 750px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@ -228,7 +228,7 @@ pre:has(code.language-mermaid) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 720px) {
|
@media only screen and (max-width: 750px) {
|
||||||
body {
|
body {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue