This commit is contained in:
Iru Sensei 2024-05-12 23:41:59 +02:00
parent 23fdaab422
commit dfb30a946a

View file

@ -4,8 +4,29 @@
<title>despera.space</title>
<style>
body {
background-color: #333;
color: #FFD700;
background-color: #002b36; /* Base03 - Background */
color: #839496; /* Base0 - Foreground */
}
a {
color: #268bd2; /* Blue - Link */
}
a:hover {
color: #2aa198; /* Cyan - Link Hover */
}
h1 {
color: #b58900; /* Yellow - Header */
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
</style>
</head>