Browse Source

CSS fixes

Signed-off-by: R4SAS <r4sas@i2pmail.org>
master
R4SAS 2 years ago
parent
commit
868530b25f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 10
      css/app.css
  2. 1
      index.html

10
css/app.css

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
License: none (public domain)
*/
:root {
:root {
--bg: #0A0A0A;
--color1: #C145FF;
--color2: #E7B6FF;
@ -214,7 +214,7 @@ a:hover {color: lightgrey;} @@ -214,7 +214,7 @@ a:hover {color: lightgrey;}
color: var(--color1);
}
.header a { padding: 15px; color: var(--color1);}
.header a {padding: 15px; color: var(--color1);}
.header a:hover {color: #FFFFFF;}
.content {
@ -230,7 +230,7 @@ a:hover {color: lightgrey;} @@ -230,7 +230,7 @@ a:hover {color: lightgrey;}
.content { text-align: left; }
}
#donations {display: none;}
#donations {display: none; overflow-wrap: break-word;}
#donations:target {display: block;}
.p-hr {
border-top: 5px var(--color1) solid;
@ -243,3 +243,7 @@ a:hover {color: lightgrey;} @@ -243,3 +243,7 @@ a:hover {color: lightgrey;}
.links { color: var(--color1); text-align: center; }
.links a {font-size: 1.2em; padding: 10px; color: var(--color1); }
.links img {max-height: 50px;color: var(--color1); }
@media screen and (max-width: 980px) {
.header a {display: block;}
}

1
index.html

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Invisible Internet Protocol Daemon</title>
<link href="css/app.css" rel="stylesheet">
<link rel="prefetch" type="application/l10n" href="locales/data.ini" />

Loading…
Cancel
Save