Update file style.css
This commit is contained in:
parent
565eed43fb
commit
66d192f6df
@ -23,8 +23,7 @@ body {
|
||||
|
||||
main {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
background: var(--article-background);
|
||||
color: var(--article-text);
|
||||
background: var(--background);
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
min-height: 100em;
|
||||
@ -111,7 +110,8 @@ a {
|
||||
}
|
||||
|
||||
.article {
|
||||
background-color: var(--dark-background);
|
||||
background-color: var(--article-background);
|
||||
color: var(--article-text);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user