This commit is contained in:
mtgmonkey
2025-07-23 16:09:33 -04:00
parent 596af4a731
commit 0a1b59e281
2 changed files with 26 additions and 0 deletions

25
sass/styles.scss Normal file
View File

@@ -0,0 +1,25 @@
body {
background-color: #EEEEE4;
color: #452A21;
line-height: 1.6;
font-size: 19px;
width: 750px;
margin: auto;
margin-top: 100px;
}
ul {
list-style-type: none;
}
a {
color: #1A7FAD;
}
code, blockquote {
margin: 0;
padding: 0;
}
pre {
margin: 0;
padding: 4px;
background-color: #FAE8B6;
white-space: pre-wrap;
}

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Andromeda's blog</title> <title>Andromeda's blog</title>
<link rel="stylesheet" type="text/css" href="/styles.css">
</head> </head>
<body> <body>
<section class="section"> <section class="section">