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-primary: white;
|
||||
--theme-secondary: black;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -90,7 +91,7 @@ article p {
|
|||
article ul,
|
||||
article ol,
|
||||
article blockquote {
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue