This commit is contained in:
2024-04-23 16:47:16 +01:00
parent be8c084276
commit fa14b9b624
8 changed files with 159 additions and 170 deletions

View File

@@ -13,43 +13,19 @@ header {
align-items: center;
}
.link {
padding: 5px;
color: #07a;
}
.link:visited {
color: #07a;
}
.headerContent {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
a {
color: #07a;
text-decoration:none;
}
a:visited {
color: #941352;
color: #07a;
}
sub {
font-size: 12px;
}
@media (prefers-color-scheme: dark) {
body {
color:#c9d1d9;
background:#0d1117
}
a:link {
color:#58a6ff
}
a:visited {
color:#8e96f0
}
.blogItem {
padding-left: 5%;
}