mv base css
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
html {
|
||||
font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
||||
"Courier New", monospace;
|
||||
font-family:
|
||||
"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
||||
"Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
background: radial-gradient(circle at top, #f2f1ea 0%, #e6e1d7 42%, #d8d2c5 100%);
|
||||
background: radial-gradient(
|
||||
circle at top,
|
||||
#f2f1ea 0%,
|
||||
#e6e1d7 42%,
|
||||
#d8d2c5 100%
|
||||
);
|
||||
color: #2b2620;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
Reference in New Issue
Block a user