Improved design
This commit is contained in:
parent
874df40b22
commit
4752165587
|
@ -1,5 +1,6 @@
|
|||
a {
|
||||
color: #1e88e5;
|
||||
color: #E0E0E0;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -8,7 +9,7 @@ a > h2 {
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
background-color: #212121;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
code {
|
||||
background-color: #212121;
|
||||
background-color: #424242;
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9em;
|
||||
|
|
Loading…
Reference in New Issue