Factorise la palette du thème par défaut
This commit is contained in:
@@ -4,7 +4,12 @@ body {
|
||||
font-size: 1rem;
|
||||
min-height: 100vh;
|
||||
height: auto;
|
||||
background: #121212 linear-gradient(to bottom, #232323 0%, #1a1a1a 50%, #121212 100%);
|
||||
background: var(--body-bg-color) linear-gradient(
|
||||
to bottom,
|
||||
var(--body-bg-color2) 0%,
|
||||
var(--body-bg-color3) 50%,
|
||||
var(--body-bg-color) 100%
|
||||
);
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
@@ -36,4 +41,4 @@ main {
|
||||
margin-left: 0.2em;
|
||||
vertical-align: baseline;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user