dark theme on nixwebr.ing
This commit is contained in:
parent
090241ee19
commit
d93eed2cac
2 changed files with 5 additions and 0 deletions
4
hosts/chmura/nixwebr.ing/index.css
Normal file
4
hosts/chmura/nixwebr.ing/index.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
body {
|
||||||
|
background-color: #111111;
|
||||||
|
color: #DDDDDD
|
||||||
|
}
|
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<link rel="stylesheet" href="/index.css">
|
||||||
<title>nix webring</title>
|
<title>nix webring</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue