index
This commit is contained in:
parent
23fdaab422
commit
dfb30a946a
25
index.html
25
index.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue