increase maxwidth and whiter font color
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-27 19:23:22 +02:00
parent 951e2c22d3
commit ac32e5d1c3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,7 +16,7 @@
:root {
--selection: rgba(124, 75, 173, 0.5);
--bg: #171e26;
--font-color: #a1a1aa;
--font-color: #bcbcc5;
--code-font-color: #eeeeee;
--code-bg-color: #333333;
--quote-border-color: #bd93f9;
@ -28,7 +28,7 @@
:root {
--font-size: 17px;
--max-width: 720px;
--max-width: 750px;
}
html {
@ -228,7 +228,7 @@ pre:has(code.language-mermaid) {
text-align: center;
}
@media only screen and (max-width: 720px) {
@media only screen and (max-width: 750px) {
body {
margin: 20px;
}