feat: Update css to my prefrences
Some checks failed
github pages / deploy (push) Has been cancelled
Some checks failed
github pages / deploy (push) Has been cancelled
This commit is contained in:
parent
c3286b77b8
commit
a4706a1ded
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ body {
|
|||
font-family: Verdana, sans-serif;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
max-width: 720px;
|
||||
max-width: 1024px;
|
||||
text-align: left;
|
||||
background-color: #1d1f27;
|
||||
background-color: #000;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
line-height: 1.5;
|
||||
|
@ -23,7 +23,7 @@ b {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #8cc2dd;
|
||||
color: #0cc2dd;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue