1
0
Fork 0
forked from samba/thk

Make page more readable

This commit is contained in:
hellekin 2018-06-08 15:08:58 +02:00
parent 9357a6aef4
commit b36cca5678
2 changed files with 3 additions and 8 deletions

View file

@ -7,14 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no">
<title>CALL FOR NODES -- Trans HacKmeeting 2018</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css" media="screen">
body {
background-color: #000;
color: green;
}
</style>
</head>
<body>
</head>
<body class="cfn">
<header>

View file

@ -1,4 +1,5 @@
body { font-family:sans-serif;font-size:12pt;}
body.cfn{background-color:black;color:lime}
p {font-family:serif;}
a {
text-decoration:none;