theme changes
This commit is contained in:
parent
8c847d47b7
commit
f2f2797921
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ body {
|
||||||
--theme-accent2: rgb(255, 226, 158);
|
--theme-accent2: rgb(255, 226, 158);
|
||||||
--theme-primary: white;
|
--theme-primary: white;
|
||||||
--theme-secondary: black;
|
--theme-secondary: black;
|
||||||
|
max-width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -90,7 +91,7 @@ article p {
|
||||||
article ul,
|
article ul,
|
||||||
article ol,
|
article ol,
|
||||||
article blockquote {
|
article blockquote {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue