changed colors
This commit is contained in:
parent
8fdc68b441
commit
edc99c3481
@ -5,8 +5,7 @@ html {
|
||||
body {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
background: #303446;
|
||||
color: #c6d0f5;
|
||||
background: #81a1c1;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -16,7 +15,7 @@ h1 {
|
||||
|
||||
hr {
|
||||
margin: 40px;
|
||||
color: #626880;
|
||||
color: #2e3440;
|
||||
}
|
||||
|
||||
img {
|
||||
@ -34,7 +33,7 @@ video {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #f2d5cf;
|
||||
color: #ebcb8b;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
@ -45,7 +44,7 @@ a:hover {
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #292c3c;
|
||||
background: #2e3440;
|
||||
font-size: 1am;
|
||||
padding: 10px;
|
||||
max-width: 800;
|
||||
@ -54,6 +53,7 @@ pre {
|
||||
overflow-x: scroll;
|
||||
border: none;
|
||||
border-radius: 1rem;
|
||||
color: #88c0d0;
|
||||
}
|
||||
|
||||
.file {
|
||||
|
@ -1,8 +1,7 @@
|
||||
body {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
background: #303446;
|
||||
color: #c6d0f5;
|
||||
background: #81a1c1;
|
||||
}
|
||||
|
||||
|
||||
@ -12,8 +11,8 @@ h1 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #f2d5cf;
|
||||
text-decoration: none;
|
||||
color: #ebcb8b;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
@ -23,7 +22,7 @@ a:hover {
|
||||
}
|
||||
|
||||
code {
|
||||
background: #414559;
|
||||
background: #88c0d0;
|
||||
border-radius: 10px;
|
||||
font-size: 105%;
|
||||
padding: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user