Browse Source

Make page more readable

hellekin 6 years ago
parent
commit
b36cca5678
2 changed files with 3 additions and 8 deletions
  1. 2 8
      call-for-nodes.html
  2. 1 0
      style.css

+ 2 - 8
call-for-nodes.html

@@ -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> 
 

+ 1 - 0
style.css

@@ -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;