further changes
This commit is contained in:
parent
cc806b713b
commit
3174825d6a
8 changed files with 56 additions and 11 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>distrust.network - Privacy Policy</title>
|
||||
<title>Distrust - Privacy Policy</title>
|
||||
<link rel="icon" href="logo.png">
|
||||
<style>
|
||||
.centered {
|
||||
position: absolute;
|
||||
|
|
@ -23,12 +24,24 @@
|
|||
}
|
||||
body {
|
||||
background-color: #121212;
|
||||
background: url("/background.png");
|
||||
color: #FFFFFF;
|
||||
}
|
||||
a {
|
||||
color: #a2a2a2;
|
||||
color: plum;
|
||||
text-decoration: underline;
|
||||
}
|
||||
hr {
|
||||
height: 0.1rem;
|
||||
background-color: plum;
|
||||
border: none;
|
||||
}
|
||||
li::marker {
|
||||
color: plum;
|
||||
}
|
||||
li {
|
||||
list-style-type: "> ";
|
||||
}
|
||||
.privacy-policy {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue